Commit 5bca157e authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Bob Van Landuyt

Externalize strings in unlock_instructions.text.erb

parent 19e25f5b
Hello, <%= @resource.name %>! <%= _('Hello, %{name}!') % { name: @resource.name } %>
Your GitLab account has been locked due to an excessive amount of unsuccessful <%= _("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) } %>
sign in attempts. Your account will automatically unlock in <%= distance_of_time_in_words(Devise.unlock_in) %>
or you may click the link below to unlock now.
<%= unlock_url(@resource, unlock_token: @token) %> <%= unlock_url(@resource, unlock_token: @token) %>
---
title: Externalize strings in unlock_instructions.text.erb
merge_request: 58229
author: nuwe1
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment