Commit 19248fa4 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Enrique Alcántara

Externalize i18n strings

From ./app/views/shared/_field.html.haml
parent e8163573
......@@ -10,7 +10,7 @@
.form-group.row
- if type == "password" && value.present?
= form.label name, "Enter new #{title.downcase}", class: "col-form-label col-sm-2"
= form.label name, _("Enter new %{field_title}") % { field_title: title.downcase }, class: "col-form-label col-sm-2"
- else
= form.label name, title, class: "col-form-label col-sm-2"
.col-sm-10
......
---
title: Externalize i18n strings from ./app/views/shared/_field.html.haml
merge_request: 32136
author: Gilang Gumilar
type: changed
......@@ -8144,6 +8144,9 @@ msgstr ""
msgid "Enter merge request URLs"
msgstr ""
msgid "Enter new %{field_title}"
msgstr ""
msgid "Enter new AWS Secret Access Key"
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