SettingsPage: s/Account/Accounts

This commit is contained in:
Tobias Fella
2021-08-03 17:12:36 +02:00
parent 73245c0f00
commit db77dad0c2

View File

@@ -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")
},