diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-10 23:12:45 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-10 23:12:45 -0700 |
commit | 9a19d8982fdd624af3dbf64ce10d8cedcddb6392 (patch) | |
tree | 6f192c3928e93b39d7d6d97ac45a6f838affd925 /app/views/admin/gitaly_servers | |
parent | 3f5e302e2e5b986e8490a270b34fcacc34d8b64f (diff) | |
download | gitlab-ce-9a19d8982fdd624af3dbf64ce10d8cedcddb6392.tar.gz |
Fix translation placeholder for Gitaly address
Diffstat (limited to 'app/views/admin/gitaly_servers')
-rw-r--r-- | app/views/admin/gitaly_servers/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/gitaly_servers/index.html.haml b/app/views/admin/gitaly_servers/index.html.haml index fc7bb527921..9b24f411a75 100644 --- a/app/views/admin/gitaly_servers/index.html.haml +++ b/app/views/admin/gitaly_servers/index.html.haml @@ -9,7 +9,7 @@ %thead %tr %th= _("Storage") - %th= n_("Gitaly|Address") + %th= s_("Gitaly|Address") %th= _("Server version") %th= _("Git version") %th= _("Up to date") |