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

<%= _('One or more of your personal access tokens has expired.') %>

<%= _('You can create a new one or check them in your personal access tokens settings %{pat_link}.') % { pat_link: @target_url } %>