Account settings: rename Account tab to General
This commit is contained in:
parent
8d1d6be701
commit
6aec20b4d8
|
@ -19,12 +19,12 @@ HPage {
|
|||
|
||||
header: HTabBar {
|
||||
currentIndex: 1 // XXX
|
||||
HTabButton { text: qsTr("Account") }
|
||||
HTabButton { text: qsTr("General") }
|
||||
HTabButton { text: qsTr("Notifications") }
|
||||
HTabButton { text: qsTr("Security") }
|
||||
}
|
||||
|
||||
Account { userId: page.userId }
|
||||
General { userId: page.userId }
|
||||
Notifications { userId: page.userId }
|
||||
Security { userId: page.userId }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user