Commit d2019f30 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Phil Hughes

Externalize strings in application_settings/_registry.html.haml

parent 024139d8
......@@ -3,7 +3,7 @@
%fieldset
.form-group
= f.label :container_registry_token_expire_delay, 'Authorization token duration (minutes)', class: 'label-bold'
= f.label :container_registry_token_expire_delay, _('Authorization token duration (minutes)'), class: 'label-bold'
= f.number_field :container_registry_token_expire_delay, class: 'form-control gl-form-input'
.form-group
.form-check
......@@ -31,4 +31,4 @@
.form-text.text-muted
= _("The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0.")
= f.submit 'Save changes', class: "gl-button btn btn-confirm"
= f.submit _('Save changes'), class: "gl-button btn btn-confirm"
---
title: Externalise strings in _registry.html.haml
merge_request: 58051
author: nuwe1
type: other
......@@ -4471,6 +4471,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
msgid "Authorization token duration (minutes)"
msgstr ""
msgid "Authorization was granted by entering your username and password in the application."
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