Commit 5c77cbac authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Markus Koller

Externalise strings in requests_profiles/index.html.haml

parent 0463eb5a
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
= page_title = page_title
.bs-callout.clearfix .bs-callout.clearfix
Pass the header = html_escape(_('Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request')) % { profile_token: @profile_token, codeOpen: '<code>'.html_safe, codeClose: '</code>'.html_safe }
%code X-Profile-Token: #{@profile_token}
to profile the request
- if @profiles.present? - if @profiles.present?
.gl-mt-3 .gl-mt-3
...@@ -21,4 +19,4 @@ ...@@ -21,4 +19,4 @@
admin_requests_profile_path(profile) admin_requests_profile_path(profile)
- else - else
%p %p
No profiles found = _('No profiles found')
---
title: Externalize strings in requests_profiles/index.html.haml
merge_request: 58161
author: nuwe1
type: other
...@@ -21616,6 +21616,9 @@ msgstr "" ...@@ -21616,6 +21616,9 @@ msgstr ""
msgid "No prioritized labels with such name or description" msgid "No prioritized labels with such name or description"
msgstr "" msgstr ""
msgid "No profiles found"
msgstr ""
msgid "No projects found" msgid "No projects found"
msgstr "" msgstr ""
...@@ -22946,6 +22949,9 @@ msgstr "" ...@@ -22946,6 +22949,9 @@ msgstr ""
msgid "Pass job variables" msgid "Pass job variables"
msgstr "" msgstr ""
msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
msgstr ""
msgid "Passed" msgid "Passed"
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