Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility issue fixed #5431 #5445

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/confirmations/confirm.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

<p class='text-body-secondary'>
<%= t ".resend_html",
:reconfirm_link => link_to(t(".click_here"), url_for(:action => "confirm_resend")) %>
:reconfirm_link => link_to(t("resend the confirmation email"), url_for(:action => "confirm_resend")) %>
</p>
<% end %>
5 changes: 3 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
confirmations
en:
html:
dir: ltr
Expand Down Expand Up @@ -1726,8 +1727,8 @@ en:
success: "Confirmed your account, thanks for signing up!"
already active: "This account has already been confirmed."
unknown token: "That confirmation code has expired or does not exist."
resend_html: "If you need us to resend the confirmation email, %{reconfirm_link}."
click_here: click here
resend_html: "If needed, we can %{reconfirm_link} to you."
click_here: resend the confirmation email
confirm_resend:
failure: "User %{name} not found."
confirm_email:
Expand Down