mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-11 03:16:20 +08:00
LinkDeviceDialog: fix label
Change-Id: I0b847303199c295d98d3b2bc687452012486110a
This commit is contained in:
@@ -340,6 +340,7 @@ Item {
|
||||
// LinkedDevices
|
||||
property string tipLinkNewDevice: qsTr("Link a new device to this account")
|
||||
property string linkAnotherDevice: qsTr("Link another device")
|
||||
property string linkNewDevice: qsTr("Exporting account…")
|
||||
property string removeDevice: qsTr("Remove Device")
|
||||
property string sureToRemoveDevice: qsTr("Are you sure you wish to remove this device?")
|
||||
property string linkedDevices: qsTr("Linked Devices")
|
||||
|
||||
@@ -213,7 +213,7 @@ BaseModalDialog {
|
||||
Label {
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
|
||||
text: JamiStrings.backupAccount
|
||||
text: JamiStrings.linkNewDevice
|
||||
color: JamiTheme.textColor
|
||||
font.pointSize: JamiTheme.headerFontSize
|
||||
font.kerning: true
|
||||
|
||||
Reference in New Issue
Block a user