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 @@
= page_title
.bs-callout.clearfix
Pass the header
%code X-Profile-Token: #{@profile_token}
to profile the request
= 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 }
- if @profiles.present?
.gl-mt-3
......@@ -21,4 +19,4 @@
admin_requests_profile_path(profile)
- else
%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 ""
msgid "No prioritized labels with such name or description"
msgstr ""
msgid "No profiles found"
msgstr ""
msgid "No projects found"
msgstr ""
......@@ -22946,6 +22949,9 @@ msgstr ""
msgid "Pass job variables"
msgstr ""
msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
msgstr ""
msgid "Passed"
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