diff --git a/app/views/profiles/keys/_form.html.haml b/app/views/profiles/keys/_form.html.haml
index d507f15ab4b0c173af6a1d114efeacc43f02027a..078b59076230e8c9f45f6b1ea0f9867f2a6139d8 100644
--- a/app/views/profiles/keys/_form.html.haml
+++ b/app/views/profiles/keys/_form.html.haml
@@ -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'
diff --git a/changelogs/unreleased/25953-api-exposes-comment-field-of-user-uploaded-ssh-keys.yml b/changelogs/unreleased/25953-api-exposes-comment-field-of-user-uploaded-ssh-keys.yml
new file mode 100644
index 0000000000000000000000000000000000000000..17e97151815f53a55e0544d4b61861f9a8c7038a
--- /dev/null
+++ b/changelogs/unreleased/25953-api-exposes-comment-field-of-user-uploaded-ssh-keys.yml
@@ -0,0 +1,5 @@
+---
+title: Add note about SSH key title being public information
+merge_request: 35574
+author:
+type: added
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index bdf82b51fd5fca415c58f0dea2ab579fa8d8697d..267cefca76d9c8d3d4ea4cc768bccdbc8ab5e2c4 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -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"