diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-05-28 19:08:59 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-05-28 19:08:59 +0300 |
commit | ecbf5deeb776b8b4a94fd68b810ece8356977bef (patch) | |
tree | 2ab5baa4b598dcd3d48de483c7568c1bb0b7de3e | |
parent | 6d357ccef3b13f620d33c7352364517fb8f95c04 (diff) | |
download | gitlab-ce-ecbf5deeb776b8b4a94fd68b810ece8356977bef.tar.gz |
Simplify titles for group settings sections
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/groups/edit.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index 3c1f45faf2c..cae2df4699e 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -6,7 +6,7 @@ %section.settings.gs-general.no-animate#js-general-settings{ class: ('expanded' if expanded) } .settings-header %h4 - = _('General group settings') + = _('General') %button.btn.js-settings-toggle{ type: 'button' } = expanded ? _('Collapse') : _('Expand') %p @@ -28,7 +28,7 @@ %section.settings.gs-advanced.no-animate#js-advanced-settings{ class: ('expanded' if expanded) } .settings-header %h4 - = _('Advanced settings') + = _('Advanced') %button.btn.js-settings-toggle{ type: 'button' } = expanded ? _('Collapse') : _('Expand') %p |