debian-mirror-gitlab/app/views/notify/access_token_created_email.text.erb
2022-05-07 20:08:51 +05:30

5 lines
300 B
Text

<%= _('Hi %{username}!') % { username: sanitize_name(@user.name) } %>
<%= _('A new personal access token, named %{token_name}, has been created.') % { token_name: @token_name } %>
<%= _('You can check it in your in your personal access tokens settings %{pat_link}.') % { pat_link: @target_url } %>