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

Fixed refund_policy_html typo #5164

Merged
merged 1 commit into from
Feb 12, 2020
Merged
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 WcaOnRails/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ en:
no_entry_fee: "Registering for this competition is free."
use_stripe_link_html: "The registration fee has to be paid through Stripe %{here} once registered."
use_stripe_below_html: "The registration fee has to be paid through Stripe below once registered."
refund_policy_html: "If your registration is cancelled before %{limit_date_and_time} you will be refunded a %{refund_policy_percent} of your registration fee."
refund_policy_html: "If your registration is cancelled before %{limit_date_and_time} you will be refunded %{refund_policy_percent} of your registration fee."
no_refunds: "Registration fees won't be refunded under any circumstance."
on_the_spot_registration_fee_html: "On the spot registrations will be accepted with a base registration fee of %{on_the_spot_base_entry_fee}."
on_the_spot_registration_free: "On the spot registrations will be accepted for free."
Expand Down