chore: remove leftovers qsTrId->qsTr

This commit is contained in:
Patryk Osmaczko 2022-08-12 18:01:38 +02:00 committed by osmaczko
parent 6b0e29f2ea
commit beeb17a3b4
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ Item {
when: root.startupStore.currentStartupState.stateType === Constants.startupState.keycardPluginReader
PropertyChanges {
target: title
text: qsTrId("Plug in Keycard reader...")
text: qsTr("Plug in Keycard reader...")
font.pixelSize: Constants.keycard.general.fontSize1
color: Theme.palette.directColor1
}
@ -78,7 +78,7 @@ Item {
when: root.startupStore.currentStartupState.stateType === Constants.startupState.keycardInsertKeycard
PropertyChanges {
target: title
text: qsTrId("Insert your Keycard...")
text: qsTr("Insert your Keycard...")
font.pixelSize: Constants.keycard.general.fontSize1
color: Theme.palette.directColor1
}