From 3a449c20f72ad8a9fd54331b5dc3a5c92989d404 Mon Sep 17 00:00:00 2001 From: Amine Date: Thu, 23 Apr 2020 08:48:14 +0000 Subject: Release 5.5.0-gm.2 (#625) * Bump Electron to 8.2.3 for latest fixes * Bump version to 5.5.0-gm.2 * Update recipes submodule * Update changelog * Add support for external issue linking * Link README * Address regression introduced by #590 * Add new translations contributors * #620 Address broken translation * Fix cache clearing feedback US copy * Update changelog to include latest merged pull requests * Fix changelog format * Review branding of initial system notification on macOS * #569 Fix missing margin between tabs Co-authored-by: vantezzen --- src/stores/AppStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/AppStore.js') 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 { if (!localStorage.getItem(CATALINA_NOTIFICATION_HACK_KEY)) { debug('Triggering macOS Catalina notification permission trigger'); // eslint-disable-next-line no-new - new window.Notification('Welcome to Franz 5', { + new window.Notification('Welcome to Ferdi 5', { body: 'Have a wonderful day & happy messaging.', }); -- cgit v1.2.3-54-g00ecf