Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
KTrip
Commits
8a81ecf9
Commit
8a81ecf9
authored
Jul 31, 2019
by
Yuri Chornoivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typo
parent
87816119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/qml/ConnectionsPage.qml
src/qml/ConnectionsPage.qml
+1
-1
No files found.
src/qml/ConnectionsPage.qml
View file @
8a81ecf9
...
...
@@ -75,7 +75,7 @@ Kirigami.Page
}
Label
{
text
:
i18np
(
"
%1 change
"
,
"
%
2
changes
"
,
journey
.
numberOfChanges
)
text
:
i18np
(
"
%1 change
"
,
"
%
1
changes
"
,
journey
.
numberOfChanges
)
visible
:
journey
.
numberOfChanges
>
0
}
}
...
...
Write
Preview
Markdown
is supported
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