UserInfo: Use "Account" naming consistently
We use "Account" in the settings so we better use the same concept across the UI.
This commit is contained in:
@@ -105,7 +105,7 @@ RowLayout {
|
|||||||
|
|
||||||
actions: [
|
actions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
text: i18n("Switch User")
|
text: i18n("Switch Account")
|
||||||
icon.name: "system-switch-user"
|
icon.name: "system-switch-user"
|
||||||
shortcut: "Ctrl+U"
|
shortcut: "Ctrl+U"
|
||||||
onTriggered: accountSwitchDialog.createObject(QQC2.Overlay.overlay, {
|
onTriggered: accountSwitchDialog.createObject(QQC2.Overlay.overlay, {
|
||||||
|
|||||||
Reference in New Issue
Block a user