Skip to content

Commit

Permalink
update lang
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Jul 28, 2024
1 parent 9064dc6 commit 1bcf392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1193,15 +1193,15 @@

<!-- messages -->
<div class="bg-white rounded shadow">
<div class="flex border-b border-gray-300 text-gray-700 p-2 font-semibold">Messages</div>
<div class="flex border-b border-gray-300 text-gray-700 p-2 font-semibold">Failed Messages</div>
<div class="divide-y text-gray-900">

<div class="p-2">
<div class="flex items-start">
<div class="flex items-center h-5">
<input v-model="config.auto_resend_failed_messages_when_announce_received" @change="onAutoResendFailedMessagesWhenAnnounceReceivedChange" type="checkbox" class="w-4 h-4 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-blue-300">
</div>
<label class="ml-2 text-sm font-medium text-gray-900">Auto resend failed messages when announce received</label>
<label class="ml-2 text-sm font-medium text-gray-900">Auto resend</label>
</div>
<div class="text-sm text-gray-700">When enabled, failed messages will auto resend when an announce is received from the intended destination.</div>
</div>
Expand All @@ -1211,7 +1211,7 @@
<div class="flex items-center h-5">
<input v-model="config.allow_auto_resending_failed_messages_with_attachments" @change="onAllowAutoResendingFailedMessagesWithAttachmentsChange" type="checkbox" class="w-4 h-4 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-blue-300">
</div>
<label class="ml-2 text-sm font-medium text-gray-900">Allow resending failed messages with attachments</label>
<label class="ml-2 text-sm font-medium text-gray-900">Allow resending with attachments</label>
</div>
<div class="text-sm text-gray-700">When enabled, failed messages that have attachments are allowed to auto resend.</div>
</div>
Expand Down

0 comments on commit 1bcf392

Please sign in to comment.