1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-25 00:37:17 +02:00

UI: Minor UI & logging changes

This commit is contained in:
Ralph Slooten
2022-07-30 22:33:20 +12:00
parent ad1037c02b
commit 154b234205
2 changed files with 2 additions and 3 deletions

View File

@ -408,7 +408,7 @@ export default {
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
This will permanently delete all messages.
This will permanently delete {{ formatNumber(total) }} message<span v-if="total > 1">s</span>.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Cancel</button>
@ -418,5 +418,4 @@ export default {
</div>
</div>
</template>