From d82b34080b32c989e09a625c4cffc69b8926f7a9 Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Wed, 4 Dec 2024 11:02:16 -0700 Subject: [PATCH] DEV: Fix typo in site setting description (#252) change permantly to permanently --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 7836632..43fb9b5 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -22,7 +22,7 @@ en: discourse_subscriptions_campaign_show_contributors: Show avatars of the most recent purchases of subscription products. discourse_subscriptions_campaign_product: The Stripe product id to send supporters when they click the button on the campaign. If this setting is blank, supporters will be directed to the main products page. discourse_subscriptions_enable_automatic_tax: Enables automatic tax calculation which will automatically compute tax rates on all invoices generated by the subscription. - discourse_subscriptions_enable_verbose_logging: Enables more verbose logging to aid in debugging. Please do not leave permantly enabled in production. + discourse_subscriptions_enable_verbose_logging: Enables more verbose logging to aid in debugging. Please do not leave permanently enabled in production. errors: discourse_patrons_amount_must_be_currency: "Currency amounts must be currencies without dollar symbol (eg 1.50)"