From 6343fcff9eb392c023ba7fc6c011255a689f2777 Mon Sep 17 00:00:00 2001 From: Brady Metherall Date: Wed, 12 Feb 2020 19:31:57 +0000 Subject: [PATCH] Fixed refund_policy_html typo (#5164) --- WcaOnRails/config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WcaOnRails/config/locales/en.yml b/WcaOnRails/config/locales/en.yml index 3b9d5ed1ee..c54b84bd43 100644 --- a/WcaOnRails/config/locales/en.yml +++ b/WcaOnRails/config/locales/en.yml @@ -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."