diff options
Diffstat (limited to 'app/views/admin/appearances/show.html.haml')
-rw-r--r-- | app/views/admin/appearances/show.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/appearances/show.html.haml b/app/views/admin/appearances/show.html.haml index 454b779842c..d1d6c1356d2 100644 --- a/app/views/admin/appearances/show.html.haml +++ b/app/views/admin/appearances/show.html.haml @@ -1,9 +1,9 @@ -- page_title "Appearance" +- page_title _('Appearance') %h3.page-title - Appearance settings + = _('Appearance settings') %p.light - You can modify the look and feel of GitLab here + = _('You can modify the look and feel of GitLab here') %hr = render 'form' |