diff options
author | Francisco Javier López <fjlopez@gitlab.com> | 2019-05-01 12:16:03 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-05-01 12:16:03 +0000 |
commit | dc8d1cd8e09f3e99e7e7b1c899be7e588f5c053b (patch) | |
tree | 6e9d2d09c3fd91dd65a4cbfc7498ddb25649e3b3 /app/views/projects/mirrors | |
parent | e6767f59220dba7e450e06106c041dd90f4d7105 (diff) | |
download | gitlab-ce-dc8d1cd8e09f3e99e7e7b1c899be7e588f5c053b.tar.gz |
Refactor mirror instructions view
Diffstat (limited to 'app/views/projects/mirrors')
-rw-r--r-- | app/views/projects/mirrors/_instructions.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/mirrors/_instructions.html.haml b/app/views/projects/mirrors/_instructions.html.haml index 35a6885318a..33e5a6e67c3 100644 --- a/app/views/projects/mirrors/_instructions.html.haml +++ b/app/views/projects/mirrors/_instructions.html.haml @@ -7,7 +7,7 @@ %li - minutes = Gitlab.config.gitlab_shell.git_timeout / 60 = _("The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination.") % { number_of_minutes: minutes } - %li= _('The Git LFS objects will <strong>not</strong> be synced.').html_safe + %li= mirror_lfs_sync_message %li = _('This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches.') |