1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Update disconnected state hover title

This commit is contained in:
Ralph Slooten 2022-08-07 01:15:40 +12:00
parent 9fc5318e86
commit a14cdce07f

View File

@ -362,7 +362,7 @@ export default {
<i class="bi bi-power text-success"></i>
Connected
</li>
<li v-else title="Messages will auto-load">
<li v-else title="You need to manually refresh your mailbox">
<i class="bi bi-power text-danger"></i>
Disconnected
</li>