summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-08-09 09:40:08 +0000
committerMartin Wortschack <mwortschack@gitlab.com>2019-08-09 09:40:08 +0000
commit95b0f7a8c7d021f2ba21355ed9ca217459c18a18 (patch)
tree71ce9035ccd20b1a314358c1a3b0e5b8f4b80991
parentd39871d080ffbba35f4e58ed6c13c684e01be773 (diff)
downloadgitlab-ce-95b0f7a8c7d021f2ba21355ed9ca217459c18a18.tar.gz
Apply suggestion to app/views/groups/group_members/index.html.haml
-rw-r--r--app/views/groups/group_members/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml
index e8be3b4fbab..0f2f9dd2f95 100644
--- a/app/views/groups/group_members/index.html.haml
+++ b/app/views/groups/group_members/index.html.haml
@@ -10,7 +10,7 @@
- if can_manage_members
.project-members-new.append-bottom-default
%p.clearfix
- = _("Add new member to <strong>%{group_name}</strong>").html_safe % { group_name: @group.name }
+ = _("Add new member to %{strongStart}%{group_name}%{strongEnd}").html_safe % { group_name: @group.name, strongStart: '<strong>', strongEnd: '</strong>' }
= render "new_group_member"
= render 'shared/members/requests', membership_source: @group, requesters: @requesters