custom kick message, fixes #56.

This commit is contained in:
Miroslav Šedivý
2021-07-17 19:37:50 +02:00
parent b9b80ed79a
commit 122fd8b957
7 changed files with 16 additions and 4 deletions

View File

@ -73,6 +73,8 @@ export const connection = {
//reconnecting: 'Reconnecting',
connected: 'Connecté',
disconnected: 'Déconnecté',
// TODO
//kicked: 'You have been removed from this room.',
button_confirm: 'OK',
}