Commit 98ac3599 authored by Vladimir Shushlin's avatar Vladimir Shushlin Committed by Mike Greiling

Fix Misleading title for Pages Access Control in project settings

parent da2269f8
......@@ -345,8 +345,8 @@ export default {
<project-setting-row
v-if="pagesAvailable && pagesAccessControlEnabled"
:help-path="pagesHelpPath"
label="Pages access control"
help-text="Access control for the project's static website"
:label="s__('ProjectSettings|Pages')"
:help-text="__('With GitLab Pages you can host your static websites on GitLab')"
>
<project-feature-setting
v-model="pagesAccessLevel"
......
......@@ -12911,6 +12911,9 @@ msgstr ""
msgid "ProjectSettings|Only signed commits can be pushed to this repository."
msgstr ""
msgid "ProjectSettings|Pages"
msgstr ""
msgid "ProjectSettings|Pipelines must succeed"
msgstr ""
......@@ -18899,6 +18902,9 @@ msgstr ""
msgid "Will deploy to"
msgstr ""
msgid "With GitLab Pages you can host your static websites on GitLab"
msgstr ""
msgid "With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members."
msgstr ""
......
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