Commit fd3248f6 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'Externalize-strings-in-groups/activity.html.haml' into 'master'

Externalize strings in groups/activity.html.haml

See merge request gitlab-org/gitlab!58332
parents b584d36d f8c37301
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: _("%{group_name} activity") % { group_name: @group.name })
- page_title _("Activity")
......
---
title: Externalises strings in groups/activity.html.haml
merge_request: 58332
author: nuwe1
type: other
......@@ -559,6 +559,9 @@ msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
msgid "%{group_name} activity"
msgstr ""
msgid "%{group_name} group members"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment