Skip to content
代码片段 群组 项目
提交 6568763c 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
.col.form-group .col.form-group
= f.label :title, _('Title'), class: 'label-bold' = 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') = 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 .col.form-group
= f.label :expires_at, s_('Profiles|Expires at'), class: 'label-bold' = 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 "" ...@@ -17259,7 +17259,7 @@ msgstr ""
msgid "Profiles|Full name" msgid "Profiles|Full name"
msgstr "" msgstr ""
   
msgid "Profiles|Give your individual key a title" msgid "Profiles|Give your individual key a title. This will be publically visible."
msgstr "" msgstr ""
   
msgid "Profiles|Include private contributions on my profile" msgid "Profiles|Include private contributions on my profile"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册