Commit 56109afd authored by Scott Hampton's avatar Scott Hampton

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

Externalise strings in  performance.html.haml

See merge request gitlab-org/gitlab!58016
parents 0b5deb7b b30a0075
......@@ -6,7 +6,7 @@
.form-check
= f.check_box :authorized_keys_enabled, class: 'form-check-input'
= f.label :authorized_keys_enabled, class: 'form-check-label' do
Write to "authorized_keys" file
= _('Write to "authorized_keys" file')
.form-text.text-muted
By default, we write to the "authorized_keys" file to support Git
over SSH without additional configuration. GitLab can be optimized
......@@ -31,4 +31,4 @@
.form-text.text-muted
= _('Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value.')
= f.submit 'Save changes', class: "gl-button btn btn-confirm"
= f.submit _('Save changes'), class: "gl-button btn btn-confirm"
---
title: Externalize strings in _performance.html.haml
merge_request: 58016
author: nuwe1
type: other
......@@ -35113,6 +35113,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
msgid "Write to \"authorized_keys\" file"
msgstr ""
msgid "Write your release notes or drag your files here…"
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