Commit 1d43dfa6 authored by Mike Greiling's avatar Mike Greiling

Merge branch '33548-misleading-title-for-pages-access-control-on-pages-settings' into 'master'

Fix Misleading title for Pages Access Control in project settings

See merge request gitlab-org/gitlab!18192
parents da2269f8 98ac3599
......@@ -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