Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-05-07 12:52:53 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-05-07 13:00:14 +0300
commitd12a29911771e794202ffc9d9ab64fddacfbd485 (patch)
tree91bc3f70236acb4161e1ed30fcc407b4244f940d /app/views/admin/application_settings
parent961255b107370a1350f91d0835cf0e849d237f7d (diff)
Adds changelog entry, changes RemoteMirror#sync? to be semantically sound and remove reference to pull mirrors in view
Diffstat (limited to 'app/views/admin/application_settings')
-rw-r--r--app/views/admin/application_settings/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/show.html.haml b/app/views/admin/application_settings/show.html.haml
index 4d686d02046..3f440c76ee0 100644
--- a/app/views/admin/application_settings/show.html.haml
+++ b/app/views/admin/application_settings/show.html.haml
@@ -321,6 +321,6 @@
%button.btn.js-settings-toggle{ type: 'button' }
= expanded ? 'Collapse' : 'Expand'
%p
- = _('Configure push and pull mirrors.')
+ = _('Configure push mirrors.')
.settings-content
= render partial: 'repository_mirrors_form'