diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 95ab9bb2b..1a3c2912c 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -877,8 +877,8 @@ en: too_few_topics_notice: "Let's get this discussion started! There are currently %{currentTopics} / %{requiredTopics} topics. New visitors need some conversations to read and respond to." too_few_posts_notice: "Let's get this discussion started! There are currently %{currentPosts} / %{requiredPosts} posts. New visitors need some conversations to read and respond to." logs_error_rate_notice: - reached: "[%{relativeAge}] Current rate of %{rate} has reached site settings's limit of %{siteSettingRate}." - exceeded: "[%{relativeAge}] Current rate of %{rate} has exceeded site settings's limit of %{siteSettingRate}." + reached: "%{relativeAge}%{rate} reached site setting limit of %{siteSettingRate}." + exceeded: "%{relativeAge}%{rate} exceeds site setting limit of %{siteSettingRate}." rate: one: "1 error/%{duration}" other: "%{count} errors/%{duration}"