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