aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/delayApp/Component.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/delayApp/Component.js')
-rw-r--r--src/features/delayApp/Component.js4
1 files changed, 2 insertions, 2 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