gitlab-org--gitlab-foss/app/views/notify/access_token_created_email....

6 lines
300 B
Plaintext

<%= _('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 } %>