From abdbe730898d422bba165c9b0d07616d899534d7 Mon Sep 17 00:00:00 2001 From: Johan Kwarnmark Date: Mon, 23 Mar 2020 11:44:10 +0100 Subject: [PATCH] sda-1899 spelling issue --- src/app/window-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/window-handler.ts b/src/app/window-handler.ts index 575423ae..8d2c3d3f 100644 --- a/src/app/window-handler.ts +++ b/src/app/window-handler.ts @@ -984,7 +984,7 @@ export class WindowHandler { globalShortcut.register(isMac ? 'Cmd+Alt+2' : 'Ctrl+Shift+2', this.onClientManaStable); globalShortcut.register(isMac ? 'Cmd+Alt+3' : 'Ctrl+Shift+3', this.onClientManaDaily); } else { - logger.info('Switch between clients not support for this POD-url'); + logger.info('Switch between clients not supported for this POD-url'); } if (isMac) {