mirror of https://github.com/zulip/zulip.git
scheduled_message: Change tooltip of failure icon.
This commit is contained in:
parent
c375d36c9e
commit
ae02a93d35
|
@ -1,6 +1,6 @@
|
|||
{{#if failed}}
|
||||
<div class="error-icon-message-recipient">
|
||||
<i class="zulip-icon zulip-icon-exclamation-circle" data-tippy-content="{{t 'Message could not be sent at the scheduled time. Reschedule by editing it.' }}"></i>
|
||||
<i class="zulip-icon zulip-icon-exclamation-circle" data-tippy-content="{{t 'This message could not be sent at the scheduled time.' }}"></i>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="recipient_row_date">{{ formatted_send_at_time }}</div>
|
||||
|
|
Loading…
Reference in New Issue