Update language strings for new error message

This commit is contained in:
David Taylor 2017-07-18 23:15:56 +01:00
parent c5fdebd1bc
commit 5d18e1e444
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
{{#if anyErrors}}
<div class="error">
<i class="fa fa-exclamation-triangle"></i>
<span class="error-message">{{i18n "chat_integration.rules_with_errors"}}</span>
<span class="error-message">{{i18n "chat_integration.channels_with_errors"}}</span>
</div>
{{/if}}

View File

@ -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"