aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/shareFranz
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/shareFranz')
-rw-r--r--src/features/shareFranz/Component.js4
-rw-r--r--src/features/shareFranz/index.js4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/features/shareFranz/Component.js b/src/features/shareFranz/Component.js
index 320951f0d..2e66acaf3 100644
--- a/src/features/shareFranz/Component.js
+++ b/src/features/shareFranz/Component.js
@@ -13,11 +13,11 @@ import ServicesStore from '../../stores/ServicesStore';
13const messages = defineMessages({ 13const messages = defineMessages({
14 headline: { 14 headline: {
15 id: 'feature.shareFranz.headline', 15 id: 'feature.shareFranz.headline',
16 defaultMessage: '!!!Franz is better together!', 16 defaultMessage: '!!!Ferdi is better together!',
17 }, 17 },
18 text: { 18 text: {
19 id: 'feature.shareFranz.text', 19 id: 'feature.shareFranz.text',
20 defaultMessage: '!!!Tell your friends and colleagues how awesome Franz is and help us to spread the word.', 20 defaultMessage: '!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.',
21 }, 21 },
22 actionsEmail: { 22 actionsEmail: {
23 id: 'feature.shareFranz.action.email', 23 id: 'feature.shareFranz.action.email',
diff --git a/src/features/shareFranz/index.js b/src/features/shareFranz/index.js
index 41da57dd6..1167b329b 100644
--- a/src/features/shareFranz/index.js
+++ b/src/features/shareFranz/index.js
@@ -15,9 +15,9 @@ const defaultState = {
15export const state = observable(defaultState); 15export const state = observable(defaultState);
16 16
17export default function initialize(stores) { 17export default function initialize(stores) {
18 debug('Initialize shareFranz feature'); 18 debug('Initialize shareFerdi feature');
19 19
20 window.franz.features.shareFranz = { 20 window.ferdi.features.shareFerdi = {
21 state, 21 state,
22 }; 22 };
23 23