aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/delayApp
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/delayApp')
-rw-r--r--src/features/delayApp/Component.js4
-rw-r--r--src/features/delayApp/index.js2
2 files changed, 3 insertions, 3 deletions
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({
16 }, 16 },
17 action: { 17 action: {
18 id: 'feature.delayApp.action', 18 id: 'feature.delayApp.action',
19 defaultMessage: '!!!Get a Franz Supporter License', 19 defaultMessage: '!!!Get a Ferdi Supporter License',
20 }, 20 },
21 text: { 21 text: {
22 id: 'feature.delayApp.text', 22 id: 'feature.delayApp.text',
23 defaultMessage: '!!!Franz will continue in {seconds} seconds.', 23 defaultMessage: '!!!Ferdi will continue in {seconds} seconds.',
24 }, 24 },
25}); 25});
26 26
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) {
27 let shownAfterLaunch = false; 27 let shownAfterLaunch = false;
28 let timeLastDelay = moment(); 28 let timeLastDelay = moment();
29 29
30 window.franz.features.delayApp = { 30 window.ferdi.features.delayApp = {
31 state, 31 state,
32 }; 32 };
33 33