summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2018-11-21 10:03:48 +0000
committerKushal Pandya <kushalspandya@gmail.com>2018-11-21 10:03:48 +0000
commit6332076e69bc521c2e1d9b92bf8d58bbf9dd672d (patch)
treed6fc47acccbb940524a260b08485729ea10ce1d8
parent8edce61654463e20c7265d41263fcf8dd62abfae (diff)
parent2d3cbe90d88a05a086caf33804b5a3505a4016a8 (diff)
downloadgitlab-ce-6332076e69bc521c2e1d9b92bf8d58bbf9dd672d.tar.gz
Merge branch 'gt-externalize-app-views-abuse-reports' into 'master'
Externalize strings from `/app/views/abuse_reports` See merge request gitlab-org/gitlab-ce!23203
-rw-r--r--app/views/abuse_reports/new.html.haml8
-rw-r--r--locale/gitlab.pot3
2 files changed, 7 insertions, 4 deletions
diff --git a/app/views/abuse_reports/new.html.haml b/app/views/abuse_reports/new.html.haml
index 84c3dfd8b91..92ae40512c5 100644
--- a/app/views/abuse_reports/new.html.haml
+++ b/app/views/abuse_reports/new.html.haml
@@ -1,8 +1,8 @@
- page_title _("Report abuse to GitLab")
%h3.page-title
- = _('Report abuse to GitLab')
+ = _("Report abuse to GitLab")
%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
= _("A member of GitLab's abuse team will review your report as soon as possible.")
%hr
@@ -20,7 +20,7 @@
.col-sm-10
= f.text_area :message, class: "form-control", rows: 2, required: true, value: sanitize(@ref_url)
.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
- = f.submit "Send report", class: "btn btn-success"
+ = f.submit _("Send report"), class: "btn btn-success"
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 3d9a9bf48e6..b65b0a0a920 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -5662,6 +5662,9 @@ msgstr ""
msgid "Send email"
msgstr ""
+msgid "Send report"
+msgstr ""
+
msgid "Send usage data"
msgstr ""