diff --git a/assets/javascripts/discourse/templates/admin/plugins-chat-provider.hbs b/assets/javascripts/discourse/templates/admin/plugins-chat-provider.hbs index 7dc72fa..e4b2946 100644 --- a/assets/javascripts/discourse/templates/admin/plugins-chat-provider.hbs +++ b/assets/javascripts/discourse/templates/admin/plugins-chat-provider.hbs @@ -2,7 +2,7 @@ {{#if anyErrors}}
- {{i18n "chat_integration.rules_with_errors"}} + {{i18n "chat_integration.channels_with_errors"}}
{{/if}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 8afedca..63ac6ce 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -4,8 +4,8 @@ en: menu_title: "Chat Integrations" settings: "Settings" no_providers: "You need to enable some providers in the plugin settings" - rules_with_errors: "Some rules for this provider failed last time they were triggered. Click the error icon(s) to learn more." - rule_exception: "An unknown error occured when this rule was last triggered. Check the site logs for more information." + channels_with_errors: "Some channels for this provider failed last time messages were sent. Click the error icon(s) to learn more." + channel_exception: "An unknown error occured when a message was last sent to this channel. Check the site logs for more information." all_categories: "(all categories)" all_tags: "(all tags)" create_rule: "Create Rule"