Update language strings for new error message
This commit is contained in:
parent
c5fdebd1bc
commit
5d18e1e444
|
@ -2,7 +2,7 @@
|
||||||
{{#if anyErrors}}
|
{{#if anyErrors}}
|
||||||
<div class="error">
|
<div class="error">
|
||||||
<i class="fa fa-exclamation-triangle"></i>
|
<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>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ en:
|
||||||
menu_title: "Chat Integrations"
|
menu_title: "Chat Integrations"
|
||||||
settings: "Settings"
|
settings: "Settings"
|
||||||
no_providers: "You need to enable some providers in the plugin 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."
|
channels_with_errors: "Some channels for this provider failed last time messages were sent. 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."
|
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_categories: "(all categories)"
|
||||||
all_tags: "(all tags)"
|
all_tags: "(all tags)"
|
||||||
create_rule: "Create Rule"
|
create_rule: "Create Rule"
|
||||||
|
|
Loading…
Reference in New Issue