aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/team
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
commit8769c4f4ad2d3b4706ff227386bec0e83bacf980 (patch)
tree6bf4ea214df9171393a1a39baee2c1a81efe3055 /src/components/settings/team
parentUpdate translation line numbers (diff)
downloadferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.gz
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.zst
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.zip
Replace public Franz occurences with Ferdi
Diffstat (limited to 'src/components/settings/team')
-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 82c517fcb..05c942a11 100644
--- a/src/components/settings/team/TeamDashboard.js
+++ b/src/components/settings/team/TeamDashboard.js
@@ -17,7 +17,7 @@ const messages = defineMessages({
17 }, 17 },
18 contentHeadline: { 18 contentHeadline: {
19 id: 'settings.team.contentHeadline', 19 id: 'settings.team.contentHeadline',
20 defaultMessage: '!!!Franz for Teams', 20 defaultMessage: '!!!Ferdi for Teams',
21 }, 21 },
22 intro: { 22 intro: {
23 id: 'settings.team.intro', 23 id: 'settings.team.intro',
@@ -25,7 +25,7 @@ const messages = defineMessages({
25 }, 25 },
26 copy: { 26 copy: {
27 id: 'settings.team.copy', 27 id: 'settings.team.copy',
28 defaultMessage: '!!!Franz 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!', 28 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!',
29 }, 29 },
30 manageButton: { 30 manageButton: {
31 id: 'settings.team.manageAction', 31 id: 'settings.team.manageAction',
@@ -131,7 +131,7 @@ export default @injectSheet(styles) @observer class TeamDashboard extends Compon
131 <p>{intl.formatMessage(messages.intro)}</p> 131 <p>{intl.formatMessage(messages.intro)}</p>
132 <p>{intl.formatMessage(messages.copy)}</p> 132 <p>{intl.formatMessage(messages.copy)}</p>
133 </div> 133 </div>
134 <img className={classes.image} src="https://cdn.franzinfra.com/announcements/assets/teams.png" alt="Franz for Teams" /> 134 <img className={classes.image} src="https://cdn.franzinfra.com/announcements/assets/teams.png" alt="Ferdi for Teams" />
135 </div> 135 </div>
136 <Button 136 <Button
137 label={intl.formatMessage(messages.manageButton)} 137 label={intl.formatMessage(messages.manageButton)}