summaryrefslogtreecommitdiff
path: root/app/views/groups/show.html.haml
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-10-10 16:15:53 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-10-10 16:55:03 +0200
commit6f5a2276d77dc556bebb39c5992a6fd16ed376be (patch)
tree7c0c0a80d10610bc6c1decb3165202ad1eba98ec /app/views/groups/show.html.haml
parent9d54da23610dcb2f4bfd63aa67a9e01c20f01d38 (diff)
downloadgitlab-ce-6f5a2276d77dc556bebb39c5992a6fd16ed376be.tar.gz
Adjust wording on the Group-show page
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 6a7d8e84636..bfbe133f4e0 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -27,7 +27,7 @@
= icon("check", class: "list-item-checkmark")
.description
%strong= new_project_label
- %span= s_("GroupsTree|Create project under this group.")
+ %span= s_("GroupsTree|Create a project in this group.")
%li.divider.droplap-item-ignore
%li{ role: "button", data: { value: "new-subgroup", text: new_subgroup_label } }
.menu-item
@@ -35,7 +35,7 @@
= icon("check", class: "list-item-checkmark")
.description
%strong= new_subgroup_label
- %span= s_("GroupsTree|Create a subgroup under this group.")
+ %span= s_("GroupsTree|Create a subgroup in this group.")
- else
= link_to new_project_label, new_project_path(namespace_id: @group.id), class: "btn btn-success"