Skip to content
代码片段 群组 项目
提交 2c23a5ae 编辑于 作者: Kassio Borges's avatar Kassio Borges 提交者: Jacques Erasmus
浏览文件

Rename pages "multiple versions" to "multiple deployments"

上级 9c9af0ca
No related branches found
No related tags found
无相关合并请求
...@@ -24,10 +24,12 @@ ...@@ -24,10 +24,12 @@
.form-group .form-group
= f.fields_for :project_setting do |settings| = f.fields_for :project_setting do |settings|
= settings.gitlab_ui_checkbox_component :pages_multiple_versions_enabled, = settings.gitlab_ui_checkbox_component :pages_multiple_versions_enabled,
s_('GitLabPages|Use multiple versions'), s_('GitLabPages|Use multiple deployments'),
label_options: { class: 'label-bold' } label_options: { class: 'label-bold' }
%p.gl-pl-6 %p.gl-pl-6
= s_("GitLabPages|When enabled, you can create multiple versions of your pages site.").html_safe = safe_format(s_("GitLabPages|When enabled, you can create multiple deployments of your pages site. %{docs_link_start}Learn More.%{link_end}"),
tag_pair(tag.a(href: help_page_path('user/project/pages/index', anchor: 'create-multiple-deployments'), target: '_blank'),
:docs_link_start, :link_end))
.gl-mt-3 .gl-mt-3
= f.submit s_('GitLabPages|Save changes'), pajamas_button: true = f.submit s_('GitLabPages|Save changes'), pajamas_button: true
...@@ -175,7 +175,7 @@ To enable multiple GitLab Pages deployments: ...@@ -175,7 +175,7 @@ To enable multiple GitLab Pages deployments:
1. On the left sidebar, select **Search or go to** and find your project. 1. On the left sidebar, select **Search or go to** and find your project.
1. Select **Deploy > Pages**. 1. Select **Deploy > Pages**.
1. Select **Use multiple versions**. 1. Select **Use multiple deployments**.
### Path clash ### Path clash
......
...@@ -22180,7 +22180,7 @@ msgstr "" ...@@ -22180,7 +22180,7 @@ msgstr ""
msgid "GitLabPages|Updating your Pages configuration..." msgid "GitLabPages|Updating your Pages configuration..."
msgstr "" msgstr ""
   
msgid "GitLabPages|Use multiple versions" msgid "GitLabPages|Use multiple deployments"
msgstr "" msgstr ""
   
msgid "GitLabPages|Use unique domain" msgid "GitLabPages|Use unique domain"
...@@ -22198,7 +22198,7 @@ msgstr "" ...@@ -22198,7 +22198,7 @@ msgstr ""
msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}" msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
msgstr "" msgstr ""
   
msgid "GitLabPages|When enabled, you can create multiple versions of your pages site." msgid "GitLabPages|When enabled, you can create multiple deployments of your pages site. %{docs_link_start}Learn More.%{link_end}"
msgstr "" msgstr ""
   
msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with subdomains of subdomains. If your namespace or groupname contains a dot, it does not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages work if you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}" msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with subdomains of subdomains. If your namespace or groupname contains a dot, it does not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages work if you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
render render
expect(rendered).to have_content('Use multiple versions') expect(rendered).to have_content('Use multiple deployments')
end end
end end
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册