scheduled_message: Change tooltip of failure icon.

This commit is contained in:
Aman Agrawal 2023-05-15 19:03:04 +00:00 committed by Tim Abbott
parent c375d36c9e
commit ae02a93d35
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{#if failed}} {{#if failed}}
<div class="error-icon-message-recipient"> <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> </div>
{{/if}} {{/if}}
<div class="recipient_row_date">{{ formatted_send_at_time }}</div> <div class="recipient_row_date">{{ formatted_send_at_time }}</div>