mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-28 03:11:17 +03:00
terminology: credential -> account
This commit is contained in:
parent
5f9cfda685
commit
fd9bbafce1
@ -69,7 +69,7 @@ Pane {
|
||||
icon.color: iconButtonNormal
|
||||
icon.width: 20
|
||||
icon.height: 20
|
||||
text: "Delete credential"
|
||||
text: "Delete account"
|
||||
onTriggered: deleteCard()
|
||||
}
|
||||
MenuItem {
|
||||
@ -96,7 +96,7 @@ Pane {
|
||||
icon.width: 20
|
||||
icon.height: 20
|
||||
enabled: !!yubiKey.currentDevice && yubiKey.currentDeviceValidated
|
||||
text: qsTr("Add credential")
|
||||
text: qsTr("Add account")
|
||||
onTriggered: yubiKey.scanQr()
|
||||
}
|
||||
MenuItem {
|
||||
|
Loading…
Reference in New Issue
Block a user