diff options
author | Andreas Kämmerle <andreas.kaemmerle@gmail.com> | 2018-10-29 12:51:42 +0100 |
---|---|---|
committer | Andreas Kämmerle <andreas.kaemmerle@gmail.com> | 2018-10-29 12:51:42 +0100 |
commit | 04e2fe0b51c00759e752ea6454337a0f4c50d468 (patch) | |
tree | b5ea8d56966998c970df5276e4d5910dcb68d871 | |
parent | 274d33803afeaacbebe40f312267856306e4f344 (diff) | |
download | gitlab-ce-fix-app-layout-form-description.tar.gz |
Fix application layout form descriptionfix-app-layout-form-description
-rw-r--r-- | app/views/profiles/preferences/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml index 156c0d05b02..7c378633667 100644 --- a/app/views/profiles/preferences/show.html.haml +++ b/app/views/profiles/preferences/show.html.haml @@ -46,7 +46,7 @@ Layout width = f.select :layout, layout_choices, {}, class: 'form-control' .form-text.text-muted - Choose between fixed (max. 1200px) and fluid (100%) application layout. + Choose between fixed (max. 1280px) and fluid (100%) application layout. .form-group = f.label :dashboard, class: 'label-bold' do Default dashboard @@ -56,6 +56,6 @@ Project overview content = f.select :project_view, project_view_choices, {}, class: 'form-control' .form-text.text-muted - Choose what content you want to see on a project’s overview page + Choose what content you want to see on a project’s overview page. .form-group = f.submit 'Save changes', class: 'btn btn-success' |