Commit c05dd2c1 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch...

Merge branch '22691-externelize-i18n-strings-from-./app/views/shared/_field.html.haml' into 'master'

Externalize i18n strings from ./app/views/shared/_field.html.haml

See merge request gitlab-org/gitlab!32136
parents 1b19643c 19248fa4
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.form-group.row .form-group.row
- if type == "password" && value.present? - 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 - else
= form.label name, title, class: "col-form-label col-sm-2" = form.label name, title, class: "col-form-label col-sm-2"
.col-sm-10 .col-sm-10
......
---
title: Externalize i18n strings from ./app/views/shared/_field.html.haml
merge_request: 32136
author: Gilang Gumilar
type: changed
...@@ -8186,6 +8186,9 @@ msgstr "" ...@@ -8186,6 +8186,9 @@ msgstr ""
msgid "Enter merge request URLs" msgid "Enter merge request URLs"
msgstr "" msgstr ""
msgid "Enter new %{field_title}"
msgstr ""
msgid "Enter new AWS Secret Access Key" msgid "Enter new AWS Secret Access Key"
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