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