Commit 14a8d94e authored by Robert Speicher's avatar Robert Speicher

Internationalize "Keep divergent refs" option

parent 115708d8
......@@ -9,4 +9,4 @@
= render partial: 'projects/mirrors/authentication_method', locals: { f: rm_f }
.form-check.append-bottom-10
= check_box_tag :keep_divergent_refs, '1', false, class: 'js-mirror-keep-divergent-refs form-check-input'
= label_tag :keep_divergent_refs, 'Keep divergent refs', class: 'form-check-label'
= label_tag :keep_divergent_refs, _('Keep divergent refs'), class: 'form-check-label'
......@@ -12266,6 +12266,9 @@ msgstr ""
msgid "Just me"
msgstr ""
msgid "Keep divergent refs"
msgstr ""
msgid "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