aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
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
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')
-rw-r--r--src/i18n/apply-branding.js4
-rw-r--r--src/i18n/locales/defaultMessages.json6
-rw-r--r--src/i18n/locales/en-US.json8
-rw-r--r--src/i18n/messages/src/components/settings/team/TeamDashboard.json6
4 files changed, 14 insertions, 10 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
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index f825d773b..274bebc3d 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3244,7 +3244,7 @@
3244 } 3244 }
3245 }, 3245 },
3246 { 3246 {
3247 "defaultMessage": "!!!Ferdi for Teams", 3247 "defaultMessage": "!!!Franz Team Management",
3248 "end": { 3248 "end": {
3249 "column": 3, 3249 "column": 3,
3250 "line": 24 3250 "line": 24
@@ -3257,7 +3257,7 @@
3257 } 3257 }
3258 }, 3258 },
3259 { 3259 {
3260 "defaultMessage": "!!!You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 3260 "defaultMessage": "!!!Your are currently using Franz Servers, which is why you have access to Team Management.",
3261 "end": { 3261 "end": {
3262 "column": 3, 3262 "column": 3,
3263 "line": 28 3263 "line": 28
@@ -3270,7 +3270,7 @@
3270 } 3270 }
3271 }, 3271 },
3272 { 3272 {
3273 "defaultMessage": "!!!Ferdi for Teams gives you the option to invite co-workers to your team by sending them email invitations and manage their subscriptions in your account’s preferences. Don’t waste time setting up subscriptions for every team member individually, forget about multiple invoices and different billing cycles - one team to rule them all!", 3273 "defaultMessage": "!!!Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.",
3274 "end": { 3274 "end": {
3275 "column": 3, 3275 "column": 3,
3276 "line": 32 3276 "line": 32
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index d9613dc43..504018891 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -414,11 +414,11 @@
414 "settings.supportFerdi.openCollective": "Support our Open Collective", 414 "settings.supportFerdi.openCollective": "Support our Open Collective",
415 "settings.supportFerdi.share": "Tell your Friends", 415 "settings.supportFerdi.share": "Tell your Friends",
416 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!", 416 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
417 "settings.team.contentHeadline": "Ferdi for Teams", 417 "settings.team.contentHeadline": "Franz Team Management",
418 "settings.team.copy": "Ferdi for Teams gives you the option to invite co-workers to your team by sending them email invitations and manage their subscriptions in your account’s preferences. Don’t waste time setting up subscriptions for every team member individually, forget about multiple invoices and different billing cycles - one team to rule them all!", 418 "settings.team.copy": "Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.",
419 "settings.team.headline": "Team", 419 "settings.team.headline": "Team",
420 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 420 "settings.team.intro": "Your are currently using Franz Servers, which is why you have access to Team Management.",
421 "settings.team.manageAction": "Manage your Team on getferdi.com", 421 "settings.team.manageAction": "Manage your Team on meetfranz.com",
422 "settings.team.teamsUnavailable": "Teams are unavailable", 422 "settings.team.teamsUnavailable": "Teams are unavailable",
423 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 423 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
424 "settings.team.upgradeAction": "Upgrade your Account", 424 "settings.team.upgradeAction": "Upgrade your Account",
diff --git a/src/i18n/messages/src/components/settings/team/TeamDashboard.json b/src/i18n/messages/src/components/settings/team/TeamDashboard.json
index bbf362087..c980b5b7e 100644
--- a/src/i18n/messages/src/components/settings/team/TeamDashboard.json
+++ b/src/i18n/messages/src/components/settings/team/TeamDashboard.json
@@ -14,7 +14,7 @@
14 }, 14 },
15 { 15 {
16 "id": "settings.team.contentHeadline", 16 "id": "settings.team.contentHeadline",
17 "defaultMessage": "!!!Ferdi for Teams", 17 "defaultMessage": "!!!Franz Team Management",
18 "file": "src/components/settings/team/TeamDashboard.js", 18 "file": "src/components/settings/team/TeamDashboard.js",
19 "start": { 19 "start": {
20 "line": 21, 20 "line": 21,
@@ -27,7 +27,7 @@
27 }, 27 },
28 { 28 {
29 "id": "settings.team.intro", 29 "id": "settings.team.intro",
30 "defaultMessage": "!!!You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 30 "defaultMessage": "!!!Your are currently using Franz Servers, which is why you have access to Team Management.",
31 "file": "src/components/settings/team/TeamDashboard.js", 31 "file": "src/components/settings/team/TeamDashboard.js",
32 "start": { 32 "start": {
33 "line": 25, 33 "line": 25,
@@ -40,7 +40,7 @@
40 }, 40 },
41 { 41 {
42 "id": "settings.team.copy", 42 "id": "settings.team.copy",
43 "defaultMessage": "!!!Ferdi for Teams gives you the option to invite co-workers to your team by sending them email invitations and manage their subscriptions in your account’s preferences. Don’t waste time setting up subscriptions for every team member individually, forget about multiple invoices and different billing cycles - one team to rule them all!", 43 "defaultMessage": "!!!Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.",
44 "file": "src/components/settings/team/TeamDashboard.js", 44 "file": "src/components/settings/team/TeamDashboard.js",
45 "start": { 45 "start": {
46 "line": 29, 46 "line": 29,