fix: Localizations from weblate confused by unknownEvent locale

This commit is contained in:
Krille 2024-04-10 09:05:11 +02:00
commit be0df9e19b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -255,7 +255,7 @@ class MatrixLocals extends MatrixLocalizations {
@override @override
String unknownEvent(String typeKey) { String unknownEvent(String typeKey) {
return l10n.unknownEvent(typeKey, typeKey); return l10n.userSentUnknownEvent('User', typeKey);
} }
@override @override