aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/team/TeamDashboard.js
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-03-28 15:29:54 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-28 15:29:54 +0100
commit26894250a23127d2676a150be1a323ea2bd4ad96 (patch)
treeaadaa7dd57bcc8fb20d7a0284cff158d15da8818 /src/components/settings/team/TeamDashboard.js
parentMerge pull request #498 from getferdi/fix/retry-ci (diff)
parentHide user lastname on Ferdi servers as it is not stored (diff)
downloadferdium-app-26894250a23127d2676a150be1a323ea2bd4ad96.tar.gz
ferdium-app-26894250a23127d2676a150be1a323ea2bd4ad96.tar.zst
ferdium-app-26894250a23127d2676a150be1a323ea2bd4ad96.zip
Merge pull request #497 from getferdi/improve-premium-information
Improve information about Premium subscriptions and Teams
Diffstat (limited to 'src/components/settings/team/TeamDashboard.js')
-rw-r--r--src/components/settings/team/TeamDashboard.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/settings/team/TeamDashboard.js b/src/components/settings/team/TeamDashboard.js
index 3d5358d89..72358d485 100644
--- a/src/components/settings/team/TeamDashboard.js
+++ b/src/components/settings/team/TeamDashboard.js
@@ -20,15 +20,15 @@ const messages = defineMessages({
20 }, 20 },
21 contentHeadline: { 21 contentHeadline: {
22 id: 'settings.team.contentHeadline', 22 id: 'settings.team.contentHeadline',
23 defaultMessage: '!!!Ferdi for Teams', 23 defaultMessage: '!!!Franz Team Management',
24 }, 24 },
25 intro: { 25 intro: {
26 id: 'settings.team.intro', 26 id: 'settings.team.intro',
27 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.', 27 defaultMessage: '!!!Your are currently using Franz Servers, which is why you have access to Team Management.',
28 }, 28 },
29 copy: { 29 copy: {
30 id: 'settings.team.copy', 30 id: 'settings.team.copy',
31 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!', 31 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.',
32 }, 32 },
33 manageButton: { 33 manageButton: {
34 id: 'settings.team.manageAction', 34 id: 'settings.team.manageAction',