Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Network File Sharing
Commits
d1d737b5
Commit
d1d737b5
authored
Aug 02, 2022
by
Nate Graham
Browse files
Correct grammar in "you're not in the right group" message
parent
c177fc31
Pipeline
#212041
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
samba/filepropertiesplugin/qml/GroupPage.qml
View file @
d1d737b5
...
...
@@ -54,7 +54,7 @@ Item {
Kirigami.PlaceholderMessage
{
text
:
manager
.
targetGroup
?
xi18nc
(
"
@label
"
,
"
To manage Samba user shares you need to be member of the <resource>%1</resource> group.
"
,
"
To manage Samba user shares you need to be
a
member of the <resource>%1</resource> group.
"
,
manager
.
targetGroup
)
:
i18nc
(
"
@label
"
,
"
You appear to not have sufficient permissions to manage Samba user shares.
"
)
helpfulAction
:
Kirigami.Action
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment