fix: Localizations from weblate confused by unknownEvent locale

pull/1029/head
Krille 1 year ago
parent d731c61b87
commit be0df9e19b
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

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

Loading…
Cancel
Save