From db77dad0c2aae33b29455abbb88a06976df89f29 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 3 Aug 2021 17:12:36 +0200 Subject: [PATCH] SettingsPage: s/Account/Accounts --- 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 7088dd3c5..be097e101 100644 --- a/imports/NeoChat/Page/SettingsPage.qml +++ b/imports/NeoChat/Page/SettingsPage.qml @@ -51,7 +51,7 @@ Kirigami.ScrollablePage { onTriggered: pageSettingStack.push("qrc:/imports/NeoChat/Settings/AppearanceSettingsPage.qml") }, Kirigami.Action { - text: i18n("Account") + text: i18n("Accounts") icon.name: "preferences-system-users" onTriggered: pageSettingStack.push("qrc:/imports/NeoChat/Page/AccountsPage.qml") },