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

access_token_expired_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: d44f993d094d1a372f3bfae798412c867fa55acc (plain)
1
2
3
4
5
<%= _('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 } %>