mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
chore: remove leftovers qsTrId->qsTr
This commit is contained in:
parent
6b0e29f2ea
commit
beeb17a3b4
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user