Commit 65d7eedd authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'russell/project-settings-ui-text1' into 'master'

Improve UI text of project permissions settings

See merge request gitlab-org/gitlab!78748
parents 6030d99d 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() {
......
...@@ -28337,7 +28337,7 @@ msgstr "" ...@@ -28337,7 +28337,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."
......
...@@ -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.',
); );
}); });
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment