Welcome to mirror list, hosted at ThFree Co, Russian Federation.

access_token_created_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caf01410de69aa00a49aa102da2c7c92b4185ade (plain)
1
2
3
4
5
<%= _('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 } %>