fix(locals): Calling the wrong parameter on userLeftTheChat caused wrong output

This commit is contained in:
MTRNord 2020-10-09 08:40:53 +02:00
commit 8db5a64a0f

View file

@ -250,7 +250,7 @@ class MatrixLocals extends MatrixLocalizations {
@override @override
String userLeftTheChat(String targetName) { String userLeftTheChat(String targetName) {
return l10n.userLeftTheChat(userLeftTheChat); return l10n.userLeftTheChat(targetName);
} }
@override @override