Commit 69bd1adf authored by Markus Koller's avatar Markus Koller

Merge branch 'Externalize-strings-in-requests_profiles/index.html.haml' into 'master'

Externalise strings in requests_profiles/index.html.haml

See merge request gitlab-org/gitlab!58161
parents 4553e8bb 5c77cbac
...@@ -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
...@@ -21655,6 +21655,9 @@ msgstr "" ...@@ -21655,6 +21655,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 ""
...@@ -22985,6 +22988,9 @@ msgstr "" ...@@ -22985,6 +22988,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