Commit 2549f520 authored by Russell Dickenson's avatar Russell Dickenson Committed by Simon Knox

Edit UI text of Abuse reports settings

Changelog: changed
parent 2c1a843f
......@@ -5,7 +5,5 @@
.form-group
= 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.')
= f.submit _('Save changes'), class: "gl-button btn btn-confirm"
......@@ -20,6 +20,7 @@
%button.btn.gl-button.btn-default.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand')
%p
= _('Set notification email for abuse reports.')
= _('Receive notification of abuse reports by email.')
= link_to _('Learn more.'), help_page_path('user/admin_area/review_abuse_reports.md'), target: '_blank', rel: 'noopener noreferrer'
.settings-content
= render 'abuse'
......@@ -1694,9 +1694,6 @@ 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 ""
......@@ -27919,6 +27916,9 @@ msgstr ""
msgid "Receive any notifications from GitLab."
msgstr ""
msgid "Receive notification of abuse reports by email."
msgstr ""
msgid "Receive notifications about your own activity"
msgstr ""
......@@ -30973,9 +30973,6 @@ msgstr ""
msgid "Set new password"
msgstr ""
msgid "Set notification email for abuse reports."
msgstr ""
msgid "Set parent epic to an epic"
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