Commit 2959d2de authored by Russell Dickenson's avatar Russell Dickenson Committed by Natalia Tepluhina

Edit UI text of project permissions

Changelog: changed
parent f44a5cf3
......@@ -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() {
......
......@@ -28331,7 +28331,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