From e754bdd5f9280ae80a1191a249dede19d5a5a545 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Fri, 7 Jan 2022 15:37:28 -0500
Subject: [PATCH] LinkDeviceDialog: fix label

Change-Id: I0b847303199c295d98d3b2bc687452012486110a
---
 src/constant/JamiStrings.qml                     | 1 +
 src/settingsview/components/LinkDeviceDialog.qml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/constant/JamiStrings.qml b/src/constant/JamiStrings.qml
index 8608e39fe..0c7c73af9 100644
--- a/src/constant/JamiStrings.qml
+++ b/src/constant/JamiStrings.qml
@@ -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")
diff --git a/src/settingsview/components/LinkDeviceDialog.qml b/src/settingsview/components/LinkDeviceDialog.qml
index 9bf5c7dd1..4d37762bd 100644
--- a/src/settingsview/components/LinkDeviceDialog.qml
+++ b/src/settingsview/components/LinkDeviceDialog.qml
@@ -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
-- 
GitLab