mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-16 16:34:50 +00:00
fix icon + relative link without base_url
This commit is contained in:
parent
762300ab22
commit
5cd076803a
@ -1,6 +1,6 @@
|
||||
{{#if anyErrors}}
|
||||
<div class="error">
|
||||
<i class="fa fa-exclamation-triangle"></i>
|
||||
{{d-icon 'exclamation-triangle'}}
|
||||
<span class="error-message">{{i18n "chat_integration.channels_with_errors"}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
@ -92,7 +92,7 @@ en:
|
||||
group_mention_template: "mentions of: @%{name}"
|
||||
group_message_template: "messages to: @%{name}"
|
||||
|
||||
admin_error: "Some chat integration channels have errors. Visit <a href='/admin/plugins/chat'>the chat integration section</a> to find out more."
|
||||
admin_error: "Some chat integration channels have errors. Visit <a href='%{base_url}/admin/plugins/chat'>the chat integration section</a> to find out more."
|
||||
|
||||
provider:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user