Improved label text
This commit is contained in:
parent
2511cd8797
commit
e2a52205f3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Page {
|
|||
IconTextSwitch {
|
||||
id: removeAccount
|
||||
text: Logic.conf['login'] ? qsTr("Remove Account") : qsTr("Add Account")
|
||||
description: Logic.conf['login'] ? qsTr("Deauthorize this app and remove your account") : qsTr("Authorize this app to use your Mastodon account in your behalf")
|
||||
description: Logic.conf['login'] ? qsTr("Deauthorize this app and remove your account") : qsTr("Authorize this app to access your Mastodon account")
|
||||
icon.source: Logic.conf['login'] ? "image://theme/icon-m-people" : "image://theme/icon-m-add"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue