Commit 5b2f43bc authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Rémy Coutable

Externalize strings in application_settings/_abuse.html.haml

parent 568571cf
......@@ -3,9 +3,9 @@
%fieldset
.form-group
= f.label :abuse_notification_email, 'Abuse reports notification email', class: 'label-bold'
= f.label :abuse_notification_email, _('Abuse reports notification email'), class: 'label-bold'
= f.text_field :abuse_notification_email, class: 'form-control gl-form-input'
.form-text.text-muted
Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area.
= _('Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area.')
= f.submit 'Save changes', class: "gl-button btn btn-confirm"
= f.submit _('Save changes'), class: "gl-button btn btn-confirm"
---
title: Externalise strings in _abuse.html.haml
merge_request: 57968
author: nuwe1
type: other
......@@ -1649,6 +1649,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
msgid "Abuse reports notification email"
msgstr ""
msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
msgstr ""
msgid "Accept invitation"
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