From d3b8c9b98eecd4f7ca0f2c501a731a5b286f842d Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 14 Feb 2021 08:53:48 +0200 Subject: [PATCH] Fix minor typo: sytem -> system --- imports/NeoChat/Page/SettingsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Page/SettingsPage.qml b/imports/NeoChat/Page/SettingsPage.qml index 068ba5cfc..570719f67 100644 --- a/imports/NeoChat/Page/SettingsPage.qml +++ b/imports/NeoChat/Page/SettingsPage.qml @@ -18,7 +18,7 @@ Kirigami.ScrollablePage { Kirigami.FormLayout { QQC2.CheckBox { Kirigami.FormData.label: i18nc("General settings:") - text: i18n("Close to sytem tray") + text: i18n("Close to system tray") checked: Config.systemTray onToggled: { Config.systemTray = checked