Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-08-09 12:40:08 +0300
committerMartin Wortschack <mwortschack@gitlab.com>2019-08-09 12:40:08 +0300
commit95b0f7a8c7d021f2ba21355ed9ca217459c18a18 (patch)
tree71ce9035ccd20b1a314358c1a3b0e5b8f4b80991
parentd39871d080ffbba35f4e58ed6c13c684e01be773 (diff)
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