=_('Before you can add a GPG key you need to %{help_link_start}Generate it.%{help_link_end}'.html_safe)%{help_link_start: help_link_start,help_link_end: '</a>'.html_safe}
=_('Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}').html_safe%{help_link_start: help_link_start,help_link_end: '</a>'.html_safe}
%p=_("Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Do not paste your private SSH key, as that can compromise your identity.")
=f.text_area:key,class: "form-control gl-form-input js-add-ssh-key-validation-input qa-key-public-key-field",rows: 8,required: true,placeholder: s_('Profiles|Typically starts with "ssh-ed25519 …" or "ssh-rsa …"')
=_('To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}.').html_safe%{generate_link_start: generate_link_start,existing_link_start: existing_link_start,link_end: '</a>'.html_safe}
=_('Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}').html_safe%{help_link_start: help_link_start,help_link_end: '</a>'.html_safe}
msgid "Add a GPG key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
msgid "Add a Jaeger URL to replace this page with a link to your Jaeger server. You first need to %{link_start_tag}install Jaeger%{link_end_tag}."
msgstr ""
...
...
@@ -2075,6 +2078,9 @@ msgstr ""
msgid "Add an SSH key"
msgstr ""
msgid "Add an SSH key for secure access to GitLab. %{help_link_start}Learn more.%{help_link_end}"
msgstr ""
msgid "Add an existing issue"
msgstr ""
...
...
@@ -25690,9 +25696,6 @@ msgstr ""
msgid "Paste this DSN into your Sentry SDK"
msgstr ""
msgid "Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Do not paste your private SSH key, as that can compromise your identity."
msgstr ""
msgid "Patch to apply"
msgstr ""
...
...
@@ -27097,6 +27100,9 @@ msgstr ""
msgid "Profiles|Avatar will be removed. Are you sure?"
msgstr ""
msgid "Profiles|Begins with %{ssh_key_algorithms}."
msgstr ""
msgid "Profiles|Bio"
msgstr ""
...
...
@@ -27346,9 +27352,6 @@ msgstr ""
msgid "Profiles|Type your %{confirmationValue} to confirm:"
msgstr ""
msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
msgstr ""
msgid "Profiles|Update profile settings"
msgstr ""
...
...
@@ -37053,9 +37056,6 @@ msgstr ""
msgid "To add a custom suffix, set up a Service Desk email address. %{linkStart}Learn more.%{linkEnd}"
msgstr ""
msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}."
msgstr ""
msgid "To add the entry manually, provide the following details to the application on your phone."
@@ -23,8 +25,8 @@ RSpec.describe 'profiles/keys/_form.html.haml' do
end
it'has the key field',:aggregate_failuresdo
expect(rendered).tohave_field('Key',type: 'textarea',placeholder: 'Typically starts with "ssh-ed25519 …" or "ssh-rsa …"')
expect(rendered).tohave_text("Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Do not paste your private SSH key, as that can compromise your identity.")