Commit 6568763c authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '25953-api-exposes-comment-field-of-user-uploaded-ssh-keys' into 'master'

Add note about SSH key title being public information

See merge request gitlab-org/gitlab!35574
parents 27444490 1f57dc1a
......@@ -10,7 +10,7 @@
.col.form-group
= f.label :title, _('Title'), class: 'label-bold'
= f.text_field :title, class: "form-control input-lg qa-key-title-field", required: true, placeholder: s_('Profiles|e.g. My MacBook key')
%p.form-text.text-muted= s_('Profiles|Give your individual key a title')
%p.form-text.text-muted= s_('Profiles|Give your individual key a title. This will be publically visible.')
.col.form-group
= f.label :expires_at, s_('Profiles|Expires at'), class: 'label-bold'
......
---
title: Add note about SSH key title being public information
merge_request: 35574
author:
type: added
......@@ -17259,7 +17259,7 @@ msgstr ""
msgid "Profiles|Full name"
msgstr ""
msgid "Profiles|Give your individual key a title"
msgid "Profiles|Give your individual key a title. This will be publically visible."
msgstr ""
msgid "Profiles|Include private contributions on my profile"
......
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