From 5da7e0c8e5551acfecafc4c971bd553b5f47201a Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 8 Apr 2021 09:42:19 +1000 Subject: [PATCH] FIX: behaviour -> behavior spelling in default US translation (#12647) --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index ddbc50b7347..c1e0274bfb3 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -178,7 +178,7 @@ en: wizard_required: "Welcome to your new Discourse! Let’s get started with the setup wizard ✨" emails_are_disabled: "All outgoing email has been globally disabled by an administrator. No email notifications of any kind will be sent." - software_update_prompt: "We've updated this site, please refresh, or you may experience unexpected behaviour." + software_update_prompt: "We've updated this site, please refresh, or you may experience unexpected behavior." bootstrap_mode_enabled: one: "To make launching your new site easier, you are in bootstrap mode. All new users will be granted trust level 1 and have daily email summary emails enabled. This will be automatically turned off when %{count} user has joined." @@ -3969,7 +3969,7 @@ en: go_back: "Back to list" payload_url: "Payload URL" payload_url_placeholder: "https://example.com/postreceive" - warn_local_payload_url: "It seems you are trying to set up the webhook to a local url. Event delivered to a local address may cause side-effect or unexpected behaviours. Continue?" + warn_local_payload_url: "It seems you are trying to set up the webhook to a local url. Event delivered to a local address may cause side-effect or unexpected behaviors. Continue?" secret_invalid: "Secret must not have any blank characters." secret_too_short: "Secret should be at least 12 characters." secret_placeholder: "An optional string, used for generating signature"