Commit f8c37301 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Enrique Alcántara

Externalize strings in groups/activity.html.haml

parent 69f6e347
= 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
......@@ -556,6 +556,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