Commit 0995750f authored by David O'Regan's avatar David O'Regan

Merge branch 'Externalise-strings-in-services-index.html.haml' into 'master'

Externalize strings in services/index.html.haml

See merge request gitlab-org/gitlab!58167
parents 43310934 118c4b37
......@@ -26,9 +26,9 @@
%thead
%tr
%th
%th Service
%th Description
%th Last edit
%th= _('Service')
%th= _('Description')
%th= _('Last edit')
- @services.each do |service|
- if service.type.in?(@existing_instance_types)
%tr
......
---
title: Externalize strings in services/index.html.haml
merge_request: 58167
author: nuwe1
type: other
......@@ -18220,6 +18220,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
msgid "Last edit"
msgstr ""
msgid "Last edited %{date}"
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