mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 02:58:55 +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
|
when: root.startupStore.currentStartupState.stateType === Constants.startupState.keycardPluginReader
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: title
|
target: title
|
||||||
text: qsTrId("Plug in Keycard reader...")
|
text: qsTr("Plug in Keycard reader...")
|
||||||
font.pixelSize: Constants.keycard.general.fontSize1
|
font.pixelSize: Constants.keycard.general.fontSize1
|
||||||
color: Theme.palette.directColor1
|
color: Theme.palette.directColor1
|
||||||
}
|
}
|
||||||
@ -78,7 +78,7 @@ Item {
|
|||||||
when: root.startupStore.currentStartupState.stateType === Constants.startupState.keycardInsertKeycard
|
when: root.startupStore.currentStartupState.stateType === Constants.startupState.keycardInsertKeycard
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: title
|
target: title
|
||||||
text: qsTrId("Insert your Keycard...")
|
text: qsTr("Insert your Keycard...")
|
||||||
font.pixelSize: Constants.keycard.general.fontSize1
|
font.pixelSize: Constants.keycard.general.fontSize1
|
||||||
color: Theme.palette.directColor1
|
color: Theme.palette.directColor1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user