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
|
@override
|
||||||
String unknownEvent(String typeKey) {
|
String unknownEvent(String typeKey) {
|
||||||
return l10n.unknownEvent(typeKey, typeKey);
|
return l10n.userSentUnknownEvent('User', typeKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue