debian-mirror-gitlab/app/views/notify/access_token_about_to_expire_email.text.erb
2020-10-24 23:57:45 +05:30

6 lines
342 B
Plaintext

<%= _('Hi %{username}!') % { username: sanitize_name(@user.name) } %>
<%= _('One or more of your personal access tokens will expire in %{days_to_expire} days or less.') % { days_to_expire: @days_to_expire} %>
<%= _('You can create a new one or check them in your personal access tokens settings %{pat_link}') % { pat_link: @target_url } %>