diff --git a/app/views/devise/verify_authy.html.erb b/app/views/devise/verify_authy.html.erb index e922c5f..fee38ab 100644 --- a/app/views/devise/verify_authy.html.erb +++ b/app/views/devise/verify_authy.html.erb @@ -4,7 +4,7 @@ <%= verify_authy_form do %> <%= I18n.t('submit_token_title', {:scope => 'devise'}) %> - <%= label_tag :token %> + <%= label_tag 'authy-token' %> <%= text_field_tag :token, "", :autocomplete => :off, :id => 'authy-token' %>