chore: Better error message when join room failed

This commit is contained in:
Krille 2024-11-19 12:15:13 +01:00
commit 5fc75ac307
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 13 additions and 7 deletions

View file

@ -2812,5 +2812,6 @@
"strikeThrough": "Strikethrough",
"pleaseFillOut": "Please fill out",
"invalidUrl": "Invalid url",
"addLink": "Add link"
"addLink": "Add link",
"unableToJoinChat": "Unable to join chat. Maybe the other party has already closed the conversation."
}