Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2959d2de
Commit
2959d2de
authored
Jan 31, 2022
by
Russell Dickenson
Committed by
Natalia Tepluhina
Jan 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit UI text of project permissions
Changelog: changed
parent
f44a5cf3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
...projects/shared/permissions/components/settings_panel.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
spec/frontend/pages/projects/shared/permissions/components/settings_panel_spec.js
...ects/shared/permissions/components/settings_panel_spec.js
+1
-1
No files found.
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
View file @
2959d2de
...
@@ -280,7 +280,7 @@ export default {
...
@@ -280,7 +280,7 @@ export default {
}
}
return
s__
(
return
s__
(
'
ProjectSettings|View and edit files in this project. Non-project members
will only have
read access.
'
,
'
ProjectSettings|View and edit files in this project. Non-project members
have only
read access.
'
,
);
);
},
},
cveIdRequestIsDisabled
()
{
cveIdRequestIsDisabled
()
{
...
...
locale/gitlab.pot
View file @
2959d2de
...
@@ -28331,7 +28331,7 @@ msgstr ""
...
@@ -28331,7 +28331,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
msgid "ProjectSettings|View and edit files in this project."
msgstr ""
msgstr ""
msgid "ProjectSettings|View and edit files in this project. Non-project members
will only have
read access."
msgid "ProjectSettings|View and edit files in this project. Non-project members
have only
read access."
msgstr ""
msgstr ""
msgid "ProjectSettings|View project analytics."
msgid "ProjectSettings|View project analytics."
...
...
spec/frontend/pages/projects/shared/permissions/components/settings_panel_spec.js
View file @
2959d2de
...
@@ -244,7 +244,7 @@ describe('Settings Panel', () => {
...
@@ -244,7 +244,7 @@ describe('Settings Panel', () => {
wrapper
=
mountComponent
({
currentSettings
:
{
visibilityLevel
:
visibilityOptions
.
PUBLIC
}
});
wrapper
=
mountComponent
({
currentSettings
:
{
visibilityLevel
:
visibilityOptions
.
PUBLIC
}
});
expect
(
findRepositoryFeatureProjectRow
().
props
(
'
helpText
'
)).
toBe
(
expect
(
findRepositoryFeatureProjectRow
().
props
(
'
helpText
'
)).
toBe
(
'
View and edit files in this project. Non-project members
will only have
read access.
'
,
'
View and edit files in this project. Non-project members
have only
read access.
'
,
);
);
});
});
});
});
...
...
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