1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 14:55:43 +02:00

LinkDeviceDialog: fix label

Change-Id: I0b847303199c295d98d3b2bc687452012486110a
This commit is contained in:
Sébastien Blin 2022-01-07 15:37:28 -05:00
parent 5866504b7c
commit e754bdd5f9
2 changed files with 2 additions and 1 deletions

View file

@ -340,6 +340,7 @@ Item {
// LinkedDevices // LinkedDevices
property string tipLinkNewDevice: qsTr("Link a new device to this account") property string tipLinkNewDevice: qsTr("Link a new device to this account")
property string linkAnotherDevice: qsTr("Link another device") property string linkAnotherDevice: qsTr("Link another device")
property string linkNewDevice: qsTr("Exporting account…")
property string removeDevice: qsTr("Remove Device") property string removeDevice: qsTr("Remove Device")
property string sureToRemoveDevice: qsTr("Are you sure you wish to remove this device?") property string sureToRemoveDevice: qsTr("Are you sure you wish to remove this device?")
property string linkedDevices: qsTr("Linked Devices") property string linkedDevices: qsTr("Linked Devices")

View file

@ -213,7 +213,7 @@ BaseModalDialog {
Label { Label {
Layout.alignment: Qt.AlignCenter Layout.alignment: Qt.AlignCenter
text: JamiStrings.backupAccount text: JamiStrings.linkNewDevice
color: JamiTheme.textColor color: JamiTheme.textColor
font.pointSize: JamiTheme.headerFontSize font.pointSize: JamiTheme.headerFontSize
font.kerning: true font.kerning: true