Commit a9539f5c authored by Rémy Coutable's avatar Rémy Coutable

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

Externalise strings in _perfromance_bar.html.haml

See merge request gitlab-org/gitlab!58018
parents 7817b7be 56f5ec61
......@@ -6,9 +6,9 @@
.form-check
= f.check_box :performance_bar_enabled, class: 'form-check-input', data: { qa_selector: 'enable_performance_bar_checkbox'}
= f.label :performance_bar_enabled, class: 'form-check-label' do
Enable access to the Performance Bar
= _("Enable access to the Performance Bar")
.form-group
= f.label :performance_bar_allowed_group_path, 'Allowed group', class: 'label-bold'
= f.label :performance_bar_allowed_group_path, _('Allowed group'), class: 'label-bold'
= f.text_field :performance_bar_allowed_group_path, class: 'form-control gl-form-input', placeholder: 'my-org/my-group', value: @application_setting.performance_bar_allowed_group&.full_path
= f.submit 'Save changes', class: 'gl-button btn btn-confirm qa-save-changes-button'
= f.submit _('Save changes'), class: 'gl-button btn btn-confirm qa-save-changes-button'
---
title: Externalise strings in application_settings/_performance_bar.html.haml
merge_request: 58018
author: nuwe1
type: other
......@@ -3221,6 +3221,9 @@ msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
msgid "Allowed group"
msgstr ""
msgid "Allowed to create:"
msgstr ""
......@@ -11583,6 +11586,9 @@ msgstr ""
msgid "Enable access to Grafana"
msgstr ""
msgid "Enable access to the Performance Bar"
msgstr ""
msgid "Enable access to the Performance Bar for a given group."
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