summaryrefslogtreecommitdiff
path: root/app/views/notify/ssh_key_expired_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/ssh_key_expired_email.html.haml')
-rw-r--r--app/views/notify/ssh_key_expired_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/ssh_key_expired_email.html.haml b/app/views/notify/ssh_key_expired_email.html.haml
index 21138bb0113..651bdac7acb 100644
--- a/app/views/notify/ssh_key_expired_email.html.haml
+++ b/app/views/notify/ssh_key_expired_email.html.haml
@@ -1,7 +1,7 @@
%p
= _('Hi %{username}!') % { username: sanitize_name(@user.name) }
%p
- = _('Your SSH keys with the following fingerprints has expired:')
+ = _('Your SSH keys with the following fingerprints have expired. Expired SSH keys will not be usable in future versions of GitLab:')
%table
%tbody
- @fingerprints.each do |fingerprint|