fix: Localizations from weblate confused by unknownEvent locale
This commit is contained in:
parent
d731c61b87
commit
be0df9e19b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue