5 lines
272 B
Text
5 lines
272 B
Text
<%= _('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 } %>
|