Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
e754bdd5
Commit
e754bdd5
authored
3 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
LinkDeviceDialog: fix label
Change-Id: I0b847303199c295d98d3b2bc687452012486110a
parent
5866504b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/constant/JamiStrings.qml
+1
-0
1 addition, 0 deletions
src/constant/JamiStrings.qml
src/settingsview/components/LinkDeviceDialog.qml
+1
-1
1 addition, 1 deletion
src/settingsview/components/LinkDeviceDialog.qml
with
2 additions
and
1 deletion
src/constant/JamiStrings.qml
+
1
−
0
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
"
)
...
...
This diff is collapsed.
Click to expand it.
src/settingsview/components/LinkDeviceDialog.qml
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment