diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml index 0f2f9dd2f958a7e75a939da68dbf33790e79e1be..4a9e05951f902c402b55828927b48b273cf6a607 100644 --- a/app/views/groups/group_members/index.html.haml +++ b/app/views/groups/group_members/index.html.haml @@ -35,7 +35,7 @@ .card.card-without-border .d-flex.flex-column.flex-md-row.row-content-block.second-block %span.flex-grow-1.align-self-md-center.col-form-label - = _("Members with access to %{group_name}").html_safe % { group_name: @group.name } + = _("Members with access to %{strongStart}%{group_name}%{strongEnd}").html_safe % { group_name: @group.name, strongStart: '', strongEnd: '' } = form_tag group_group_members_path(@group), method: :get, class: 'form-inline member-search-form' do .form-group.flex-grow .position-relative.mr-md-2 @@ -55,7 +55,7 @@ .card.card-without-border .d-flex.flex-column.flex-md-row.row-content-block.second-block %span.flex-grow-1 - = _("Members with pending access to %{group_name}").html_safe % { group_name: @group.name } + = _("Members with pending access to %{strongStart}%{group_name}%{strongEnd}").html_safe % { group_name: @group.name, strongStart: '', strongEnd: '' } = form_tag group_group_members_path(@group), method: :get, class: 'form-inline member-search-form' do .form-group .position-relative.mr-md-2 diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 8c246414d17159c1c82e83d7c5354e6f684b8780..7828c7a5eac050a1f5d3810cd15bbd14f2d13e25 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -708,7 +708,7 @@ msgstr "" msgid "Add new directory" msgstr "" -msgid "Add new member to %{group_name}" +msgid "Add new member to %{strongStart}%{group_name}%{strongEnd}" msgstr "" msgid "Add or subtract spent time" @@ -6586,10 +6586,10 @@ msgstr "" msgid "Members of %{project_name}" msgstr "" -msgid "Members with access to %{group_name}" +msgid "Members with access to %{strongStart}%{group_name}%{strongEnd}" msgstr "" -msgid "Members with pending access to %{group_name}" +msgid "Members with pending access to %{strongStart}%{group_name}%{strongEnd}" msgstr "" msgid "Merge"