Merge branch 'MTRNord/fix-userLeftTheChat' into 'main'

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

See merge request ChristianPauly/fluffychat-flutter!215
This commit is contained in:
Sorunome 2020-10-09 07:02:31 +00:00
commit 04621257b3
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