Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-qt
Commits
e754bdd5
Commit
e754bdd5
authored
Jan 07, 2022
by
Sébastien Blin
Browse files
LinkDeviceDialog: fix label
Change-Id: I0b847303199c295d98d3b2bc687452012486110a
parent
5866504b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/constant/JamiStrings.qml
View file @
e754bdd5
...
...
@@ -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
"
)
...
...
src/settingsview/components/LinkDeviceDialog.qml
View file @
e754bdd5
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment