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

access_token_revoked_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: 17dd628d76c54c77498500d263b0f4bd0c0cb748 (plain)
1
2
3
4
5
<%= _('Hi %{username}!') % { username: sanitize_name(@user.name) } %>

<%= _('A personal access token, named %{token_name}, has been revoked.') % { token_name: @token_name } %>

<%= _('You can check your tokens or create a new one in your personal access tokens settings %{pat_link}.') % { pat_link: @target_url } %>