From dcf1c62ec13cd00c0a71b022d8299caa7b05ae0d Mon Sep 17 00:00:00 2001 From: Mirwaisse Djanbaz Date: Tue, 23 Feb 2021 21:19:57 +0100 Subject: [PATCH 1/3] Typo in appearance settings (#1683) --- src/public/app/dialogs/options/appearance.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/app/dialogs/options/appearance.js b/src/public/app/dialogs/options/appearance.js index 0891ccfa6..c4ecfd314 100644 --- a/src/public/app/dialogs/options/appearance.js +++ b/src/public/app/dialogs/options/appearance.js @@ -29,7 +29,7 @@ const TPL = ` -

Zooming can be controlled with CTRL-+ and CTRL-= shortcuts as well.

+

Zooming can be controlled with CTRL+- and CTRL+= shortcuts as well.

Font sizes

@@ -169,4 +169,4 @@ export default class ApperanceOptions { this.$body.get(0).style.setProperty("--tree-font-size", this.$treeFontSize.val() + "%"); this.$body.get(0).style.setProperty("--detail-font-size", this.$detailFontSize.val() + "%"); } -} \ No newline at end of file +} From f62b4a581e2b9e6d4287906ceda6237e508edcdf Mon Sep 17 00:00:00 2001 From: Mirwaisse Djanbaz Date: Tue, 23 Feb 2021 21:20:19 +0100 Subject: [PATCH 2/3] Typo in export.js (#1682) --- src/public/app/dialogs/export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/dialogs/export.js b/src/public/app/dialogs/export.js index b600ade80..bd1892044 100644 --- a/src/public/app/dialogs/export.js +++ b/src/public/app/dialogs/export.js @@ -129,7 +129,7 @@ ws.subscribeToMessages(async message => { toastService.showPersistent(makeToast(message.taskId, "Export in progress: " + message.progressCount)); } else if (message.type === 'task-succeeded') { - const toast = makeToast(message.taskId, "Import finished successfully."); + const toast = makeToast(message.taskId, "Export finished successfully."); toast.closeAfter = 5000; toastService.showPersistent(toast); From d0747abded13949bab9af94f3ddd6a082dec2385 Mon Sep 17 00:00:00 2001 From: sigaloid <69441971+sigaloid@users.noreply.github.com> Date: Tue, 23 Feb 2021 20:23:23 +0000 Subject: [PATCH 3/3] no h1 headings (#1679) #1552 --- src/views/dialogs/help.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dialogs/help.ejs b/src/views/dialogs/help.ejs index 946f9c1fb..2c28a26d8 100644 --- a/src/views/dialogs/help.ejs +++ b/src/views/dialogs/help.ejs @@ -106,7 +106,7 @@