Commit 0a63b4ac authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'Externalise-strings-in-_plantuml.html.haml' into 'master'

Externalize strings in application_settings/_plantuml.html.haml

See merge request gitlab-org/gitlab!58023
parents 37177e49 14cbac2e
......@@ -17,7 +17,7 @@
= f.check_box :plantuml_enabled, class: 'form-check-input'
= f.label :plantuml_enabled, _('Enable PlantUML'), class: 'form-check-label'
.form-group
= f.label :plantuml_url, 'PlantUML URL', class: 'label-bold'
= f.label :plantuml_url, _('PlantUML URL'), class: 'label-bold'
= f.text_field :plantuml_url, class: 'form-control gl-form-input', placeholder: 'http://your-plantuml-instance:8080'
.form-text.text-muted
Allow rendering of
......
---
title: Externalise strings in application_settings/_plantuml.html.haml
merge_request: 58023
author: nuwe1
type: other
......@@ -23678,6 +23678,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
msgid "PlantUML URL"
msgstr ""
msgid "Play"
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