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

UI: Display unknown recipients as as Undisclosed recipients

This commit is contained in:
Ralph Slooten
2022-09-03 00:37:24 +12:00
parent 9501b460c5
commit 3c81e152e6
2 changed files with 3 additions and 2 deletions

View File

@ -270,7 +270,7 @@ export default {
return message.To[i].Address;
}
return '[ Unknown ]';
return '[ Undisclosed recipients ]';
},
getRelativeCreated: function(message) {