Commit 56f5ec61 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Rémy Coutable

Externalise strings in _perfromance_bar.html.haml

parent 24376cf5
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
.form-check .form-check
= f.check_box :performance_bar_enabled, class: 'form-check-input', data: { qa_selector: 'enable_performance_bar_checkbox'} = 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 = f.label :performance_bar_enabled, class: 'form-check-label' do
Enable access to the Performance Bar = _("Enable access to the Performance Bar")
.form-group .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.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 "" ...@@ -3221,6 +3221,9 @@ msgstr ""
msgid "Allowed email domain restriction only permitted for top-level groups" msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr "" msgstr ""
msgid "Allowed group"
msgstr ""
msgid "Allowed to create:" msgid "Allowed to create:"
msgstr "" msgstr ""
...@@ -11583,6 +11586,9 @@ msgstr "" ...@@ -11583,6 +11586,9 @@ msgstr ""
msgid "Enable access to Grafana" msgid "Enable access to Grafana"
msgstr "" msgstr ""
msgid "Enable access to the Performance Bar"
msgstr ""
msgid "Enable access to the Performance Bar for a given group." msgid "Enable access to the Performance Bar for a given group."
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