terminology: credential -> account

This commit is contained in:
Dag Heyman 2019-10-09 12:08:38 +02:00
parent 5f9cfda685
commit fd9bbafce1
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -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 {