Commit c245ffeb authored by Gabriel Mazetto's avatar Gabriel Mazetto Committed by Michael Kozono

Improve wording on object storage replication description

parent 7422581a
...@@ -77,6 +77,6 @@ ...@@ -77,6 +77,6 @@
.form-check .form-check
= form.check_box :sync_object_storage, class: 'form-check-input' = form.check_box :sync_object_storage, class: 'form-check-input'
= form.label :sync_object_storage, class: 'form-check-label' do = form.label :sync_object_storage, class: 'form-check-label' do
%span= s_('Geo|Allow GitLab to replicate content on Object Storage') %span= s_('Geo|Allow this secondary node to replicate content on Object Storage')
.form-text.text-muted= s_('Geo|If enabled, GitLab will perform Object Storage replication using Geo') .form-text.text-muted= s_('Geo|If enabled, GitLab will handle Object Storage replication using Geo')
...@@ -147,7 +147,7 @@ module API ...@@ -147,7 +147,7 @@ module API
optional :repos_max_capacity, type: Integer, desc: 'Control the maximum concurrency of repository backfill for this secondary node' optional :repos_max_capacity, type: Integer, desc: 'Control the maximum concurrency of repository backfill for this secondary node'
optional :verification_max_capacity, type: Integer, desc: 'Control the maximum concurrency of repository verification for this node' optional :verification_max_capacity, type: Integer, desc: 'Control the maximum concurrency of repository verification for this node'
optional :container_repositories_max_capacity, type: Integer, desc: 'Control the maximum concurrency of container repository sync for this node' optional :container_repositories_max_capacity, type: Integer, desc: 'Control the maximum concurrency of container repository sync for this node'
optional :sync_object_storage, type: Boolean, desc: 'Flag indicating if the secondary Geo node will handle replication for blobs on the Object Storage' optional :sync_object_storage, type: Boolean, desc: 'Flag indicating if the secondary Geo node will handle replication for blobs in Object Storage'
end end
put do put do
not_found!('GeoNode') unless geo_node not_found!('GeoNode') unless geo_node
......
...@@ -6814,7 +6814,7 @@ msgstr "" ...@@ -6814,7 +6814,7 @@ msgstr ""
msgid "Geo|All projects are being scheduled for re-verify" msgid "Geo|All projects are being scheduled for re-verify"
msgstr "" msgstr ""
msgid "Geo|Allow GitLab to replicate content on Object Storage" msgid "Geo|Allow this secondary node to replicate content on Object Storage"
msgstr "" msgstr ""
msgid "Geo|Batch operations" msgid "Geo|Batch operations"
...@@ -6856,7 +6856,7 @@ msgstr "" ...@@ -6856,7 +6856,7 @@ msgstr ""
msgid "Geo|Groups to synchronize" msgid "Geo|Groups to synchronize"
msgstr "" msgstr ""
msgid "Geo|If enabled, GitLab will perform Object Storage replication using Geo" msgid "Geo|If enabled, GitLab will handle Object Storage replication using Geo"
msgstr "" msgstr ""
msgid "Geo|In sync" msgid "Geo|In sync"
......
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