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

unlock_instructions.text.erb « mailer « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b1e2166ceeea6c57b36b42aac74b3d13f0f27a8 (plain)
1
2
3
4
5
<%= _('Hello, %{name}!') % { name: @resource.name } %>

<%= _("Your GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now.") % { duration: distance_of_time_in_words(Devise.unlock_in) } %>

<%= unlock_url(@resource, unlock_token: @token) %>