From 8769c4f4ad2d3b4706ff227386bec0e83bacf980 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 21 Aug 2019 14:28:15 +0200 Subject: Replace public Franz occurences with Ferdi --- src/features/shareFranz/Component.js | 4 ++-- src/features/shareFranz/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/features/shareFranz') 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'; const messages = defineMessages({ headline: { id: 'feature.shareFranz.headline', - defaultMessage: '!!!Franz is better together!', + defaultMessage: '!!!Ferdi is better together!', }, text: { id: 'feature.shareFranz.text', - defaultMessage: '!!!Tell your friends and colleagues how awesome Franz is and help us to spread the word.', + defaultMessage: '!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.', }, actionsEmail: { 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 = { export const state = observable(defaultState); export default function initialize(stores) { - debug('Initialize shareFranz feature'); + debug('Initialize shareFerdi feature'); - window.franz.features.shareFranz = { + window.ferdi.features.shareFerdi = { state, }; -- cgit v1.2.3-70-g09d2