2020-10-24 23:57:45 +05:30
|
|
|
<%= _('Hi %{username}!') % { username: sanitize_name(@user.name) } %>
|
|
|
|
|
|
|
|
<%= _('One or more of your personal access tokens has expired.') %>
|
|
|
|
|
2021-09-30 23:02:18 +05:30
|
|
|
<%= _('You can create a new one or check them in your personal access tokens settings %{pat_link}.') % { pat_link: @target_url } %>
|