aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/delayApp/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
commit8769c4f4ad2d3b4706ff227386bec0e83bacf980 (patch)
tree6bf4ea214df9171393a1a39baee2c1a81efe3055 /src/features/delayApp/index.js
parentUpdate translation line numbers (diff)
downloadferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.gz
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.zst
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.zip
Replace public Franz occurences with Ferdi
Diffstat (limited to 'src/features/delayApp/index.js')
-rw-r--r--src/features/delayApp/index.js2
1 files changed, 1 insertions, 1 deletions
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