Commit 14cbac2e authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Rémy Coutable

Externalize strings in application_settings/_plantuml.html.haml

parent 58da73a2
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
= f.check_box :plantuml_enabled, class: 'form-check-input' = f.check_box :plantuml_enabled, class: 'form-check-input'
= f.label :plantuml_enabled, _('Enable PlantUML'), class: 'form-check-label' = f.label :plantuml_enabled, _('Enable PlantUML'), class: 'form-check-label'
.form-group .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' = f.text_field :plantuml_url, class: 'form-control gl-form-input', placeholder: 'http://your-plantuml-instance:8080'
.form-text.text-muted .form-text.text-muted
Allow rendering of Allow rendering of
......
---
title: Externalise strings in application_settings/_plantuml.html.haml
merge_request: 58023
author: nuwe1
type: other
...@@ -23663,6 +23663,9 @@ msgstr "" ...@@ -23663,6 +23663,9 @@ msgstr ""
msgid "PlantUML" msgid "PlantUML"
msgstr "" msgstr ""
msgid "PlantUML URL"
msgstr ""
msgid "Play" msgid "Play"
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