aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/apply-branding.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-25 17:13:47 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-25 17:13:47 +0100
commitf00f32f91e69566dc38a1e3db892bb14c6c0dc5a (patch)
tree6016b96bbf3fc64eff533d46a58495f8ef972cee /src/i18n/apply-branding.js
parentImprove user onboarding (#493) (diff)
downloadferdium-app-f00f32f91e69566dc38a1e3db892bb14c6c0dc5a.tar.gz
ferdium-app-f00f32f91e69566dc38a1e3db892bb14c6c0dc5a.tar.zst
ferdium-app-f00f32f91e69566dc38a1e3db892bb14c6c0dc5a.zip
Improve information about premium
As seen in #496, the current way Ferdi displays information about the Premium status may be irritating to new users. This commit will: - Hide all premium sections if we are not using the Franz server - Hide teams section if we are not using the Franz server - Update the description on the Teams page to reflect the use of Teams in Ferdi - Fix accessing the Team Management page to go to meetfranz.com instead of getferdi.com
Diffstat (limited to 'src/i18n/apply-branding.js')
-rw-r--r--src/i18n/apply-branding.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/apply-branding.js b/src/i18n/apply-branding.js
index d88d8741b..68ffb822a 100644
--- a/src/i18n/apply-branding.js
+++ b/src/i18n/apply-branding.js
@@ -13,6 +13,10 @@ const ignore = [
13 'settings.app.todoServerInfo', 13 'settings.app.todoServerInfo',
14 'settings.app.serverMoneyInfo', 14 'settings.app.serverMoneyInfo',
15 'settings.team.teamsUnavailableInfo', 15 'settings.team.teamsUnavailableInfo',
16 'settings.team.contentHeadline',
17 'settings.team.intro',
18 'settings.team.copy',
19 'settings.team.manageAction',
16 'settings.app.serverMoneyInfo', 20 'settings.app.serverMoneyInfo',
17]; 21];
18 22