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/announcements/components/AnnouncementScreen.js | 2 +- src/features/basicAuth/index.js | 2 +- src/features/delayApp/Component.js | 4 ++-- src/features/delayApp/index.js | 2 +- src/features/shareFranz/Component.js | 4 ++-- src/features/shareFranz/index.js | 4 ++-- src/features/workspaces/components/WorkspacesDashboard.js | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/features') diff --git a/src/features/announcements/components/AnnouncementScreen.js b/src/features/announcements/components/AnnouncementScreen.js index d4b5fe955..eb157555f 100644 --- a/src/features/announcements/components/AnnouncementScreen.js +++ b/src/features/announcements/components/AnnouncementScreen.js @@ -18,7 +18,7 @@ const markedOptions = { sanitize: true, renderer }; const messages = defineMessages({ headline: { id: 'feature.announcements.changelog.headline', - defaultMessage: '!!!Changes in Franz {version}', + defaultMessage: '!!!Changes in Ferdi {version}', }, }); diff --git a/src/features/basicAuth/index.js b/src/features/basicAuth/index.js index 89607824b..a8c93875e 100644 --- a/src/features/basicAuth/index.js +++ b/src/features/basicAuth/index.js @@ -20,7 +20,7 @@ export function resetState() { export default function initialize() { debug('Initialize basicAuth feature'); - window.franz.features.basicAuth = { + window.ferdi.features.basicAuth = { state, }; diff --git a/src/features/delayApp/Component.js b/src/features/delayApp/Component.js index 7e09c2ea5..ba50652e8 100644 --- a/src/features/delayApp/Component.js +++ b/src/features/delayApp/Component.js @@ -16,11 +16,11 @@ const messages = defineMessages({ }, action: { id: 'feature.delayApp.action', - defaultMessage: '!!!Get a Franz Supporter License', + defaultMessage: '!!!Get a Ferdi Supporter License', }, text: { id: 'feature.delayApp.text', - defaultMessage: '!!!Franz will continue in {seconds} seconds.', + defaultMessage: '!!!Ferdi will continue in {seconds} seconds.', }, }); diff --git a/src/features/delayApp/index.js b/src/features/delayApp/index.js index 5fc553684..c753eeffe 100644 --- a/src/features/delayApp/index.js +++ b/src/features/delayApp/index.js @@ -27,7 +27,7 @@ export default function init(stores) { let shownAfterLaunch = false; let timeLastDelay = moment(); - window.franz.features.delayApp = { + window.ferdi.features.delayApp = { state, }; 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, }; diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js index 09c98ab8c..9b51f2602 100644 --- a/src/features/workspaces/components/WorkspacesDashboard.js +++ b/src/features/workspaces/components/WorkspacesDashboard.js @@ -44,7 +44,7 @@ const messages = defineMessages({ }, workspaceFeatureHeadline: { id: 'settings.workspaces.workspaceFeatureHeadline', - defaultMessage: '!!!Less is More: Introducing Franz Workspaces', + defaultMessage: '!!!Less is More: Introducing Ferdi Workspaces', }, }); -- cgit v1.2.3-70-g09d2