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
parent 5fb399afaf
commit 8db5a64a0f

View file

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