Fix navigation theme preference heading

This commit is contained in:
Winnie Hellmann 2018-06-04 18:57:26 +00:00
parent 3571b97eff
commit 929d7f60bc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
= form_for @user, url: profile_preferences_path, remote: true, method: :put, html: { class: 'row prepend-top-default js-preferences-form' } do |f|
.col-lg-4.application-theme
%h4.prepend-top-0
s_('Preferences|Navigation theme')
= s_('Preferences|Navigation theme')
%p Customize the appearance of the application header and navigation sidebar.
.col-lg-8.application-theme
- Gitlab::Themes.each do |theme|