Commit 2b9c3547 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'Externalize-strings-in-_abuse.html.haml' into 'master'

Externalize strings in  application_settings/_abuse.html.haml

See merge request gitlab-org/gitlab!57968
parents c96409cf 5b2f43bc
......@@ -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
......@@ -1646,6 +1646,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