From 95d1ad1ab847b78ca62e1c34e8b88ad4ab02de30 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 9 Jan 2017 10:13:15 +0800 Subject: [PATCH] Fix typo. --- 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 70d62b11e97..ee066861dfa 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -2561,7 +2561,7 @@ en: 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?" secret_invalid: "Secret must not have any blank characters." secret_too_short: "Secret should be at least 12 characters." - secret_placeholder: "A optional string, used for generating signature" + secret_placeholder: "An optional string, used for generating signature" event_type_missing: "You need to set up at least one event type." content_type: "Content Type" secret: "Secret"