summaryrefslogtreecommitdiff
path: root/app/views/notify/ssh_key_expired_email.text.erb
blob: aa6e79d59b87fe4daa4c9f853762be5165c72303 (plain)
1
2
3
4
5
6
7
8
9
<%= _('Hi %{username}!') % { username: sanitize_name(@user.name) } %>

<%= _('Your SSH keys with the following fingerprints have expired. Expired SSH keys will not be usable in future versions of GitLab:') %>

<% @fingerprints.each do |fingerprint| %>
  - <%= fingerprint %>
<% end %>

<%= _('You can create a new one or check them in your SSH keys settings %{ssh_key_link}.') % { ssh_key_link: @target_url } %>