Commit 587b37a9 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'gt-update-geo-nodes-empty-state' into 'master'

Update geo nodes empty state

See merge request gitlab-org/gitlab-ee!8576
parents f970b519 766b1ecb
...@@ -7,13 +7,7 @@ ...@@ -7,13 +7,7 @@
%hr.page-title-separator %hr.page-title-separator
%p.page-subtitle.light %p.page-subtitle.light
With #{link_to 'GitLab Geo', help_page_path('gitlab-geo/README'), class: 'vlink'} you can install a special = s_('GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear.').html_safe % { geo: link_to('GitLab Geo', help_page_path('administration/geo/replication/index.md'), target: '_blank'), instructions: link_to('setup instructions', help_page_path('administration/geo/replication/index.md', anchor: 'setup-instructions'), target: '_blank') }
read-only and replicated instance anywhere.
Before you add nodes, follow the
#{link_to 'Setup instructions', help_page_path('gitlab-geo/README', anchor: 'setup-instructions'), class: 'vlink' }
in the
%strong exact order
they appear.
- unless Gitlab::Database.pg_stat_wal_receiver_supported? - unless Gitlab::Database.pg_stat_wal_receiver_supported?
= content_for :flash_message do = content_for :flash_message do
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
.svg-content .svg-content
= image_tag 'illustrations/gitlab_geo.svg' = image_tag 'illustrations/gitlab_geo.svg'
.col-12 .col-12
.text-content.text-center .text-content
%h4= _("Discover GitLab Geo.") %h4.text-center= _("Discover GitLab Geo")
%p= _("Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos.") %p= _("Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos.")
= link_to _('Learn more'), 'https://about.gitlab.com/features/gitlab-geo/', rel: 'nofollow', class: 'btn btn-success' .text-center
= link_to _('Learn more'), 'https://about.gitlab.com/features/gitlab-geo/', rel: 'nofollow', class: 'btn btn-success'
---
title: Update Geo nodes empty state
merge_request: 8576
author: George Tsiolis
type: changed
...@@ -3024,7 +3024,7 @@ msgstr "" ...@@ -3024,7 +3024,7 @@ msgstr ""
msgid "Discard review" msgid "Discard review"
msgstr "" msgstr ""
msgid "Discover GitLab Geo." msgid "Discover GitLab Geo"
msgstr "" msgstr ""
msgid "Discover projects, groups and snippets. Share your projects with others" msgid "Discover projects, groups and snippets. Share your projects with others"
...@@ -3996,6 +3996,9 @@ msgstr "" ...@@ -3996,6 +3996,9 @@ msgstr ""
msgid "GeoNodes|Wikis verified with their counterparts on the Primary node" msgid "GeoNodes|Wikis verified with their counterparts on the Primary node"
msgstr "" msgstr ""
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS." msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS."
msgstr "" 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