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 4a5468151a
commit 0070ce55cc
No known key found for this signature in database
GPG Key ID: 24246E46C46C8623
1 changed files with 1 additions and 1 deletions

View File

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