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 {
}
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() {
......
......@@ -28337,7 +28337,7 @@ msgstr ""
msgid "ProjectSettings|View and edit files in this project."
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 ""
msgid "ProjectSettings|View project analytics."
......
......@@ -244,7 +244,7 @@ describe('Settings Panel', () => {
wrapper = mountComponent({ currentSettings: { visibilityLevel: visibilityOptions.PUBLIC } });
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