aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index da6055e5f..96142787e 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -222,7 +222,7 @@ export default class AppStore extends Store {
222 if (!localStorage.getItem(CATALINA_NOTIFICATION_HACK_KEY)) { 222 if (!localStorage.getItem(CATALINA_NOTIFICATION_HACK_KEY)) {
223 debug('Triggering macOS Catalina notification permission trigger'); 223 debug('Triggering macOS Catalina notification permission trigger');
224 // eslint-disable-next-line no-new 224 // eslint-disable-next-line no-new
225 new window.Notification('Welcome to Franz 5', { 225 new window.Notification('Welcome to Ferdi 5', {
226 body: 'Have a wonderful day & happy messaging.', 226 body: 'Have a wonderful day & happy messaging.',
227 }); 227 });
228 228