Commit 2d3cbe90 authored by George Tsiolis's avatar George Tsiolis

Externalize strings from `/app/views/abuse_reports`

parent 1fc450d0
- page_title _("Report abuse to GitLab") - page_title _("Report abuse to GitLab")
%h3.page-title %h3.page-title
= _('Report abuse to GitLab') = _("Report abuse to GitLab")
%p %p
= _('Please use this form to report users to GitLab who create spam issues, comments or behave inappropriately.') = _("Please use this form to report users to GitLab who create spam issues, comments or behave inappropriately.")
%p %p
= _("A member of GitLab's abuse team will review your report as soon as possible.") = _("A member of GitLab's abuse team will review your report as soon as possible.")
%hr %hr
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.col-sm-10 .col-sm-10
= f.text_area :message, class: "form-control", rows: 2, required: true, value: sanitize(@ref_url) = f.text_area :message, class: "form-control", rows: 2, required: true, value: sanitize(@ref_url)
.form-text.text-muted .form-text.text-muted
= _('Explain the problem. If appropriate, provide a link to the relevant issue or comment.') = _("Explain the problem. If appropriate, provide a link to the relevant issue or comment.")
.form-actions .form-actions
= f.submit "Send report", class: "btn btn-success" = f.submit _("Send report"), class: "btn btn-success"
...@@ -5662,6 +5662,9 @@ msgstr "" ...@@ -5662,6 +5662,9 @@ msgstr ""
msgid "Send email" msgid "Send email"
msgstr "" msgstr ""
msgid "Send report"
msgstr ""
msgid "Send usage data" msgid "Send usage data"
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