fix(locals): Calling the wrong parameter on userLeftTheChat caused wrong output
This commit is contained in:
parent
4a5468151a
commit
0070ce55cc
|
@ -250,7 +250,7 @@ class MatrixLocals extends MatrixLocalizations {
|
|||
|
||||
@override
|
||||
String userLeftTheChat(String targetName) {
|
||||
return l10n.userLeftTheChat(userLeftTheChat);
|
||||
return l10n.userLeftTheChat(targetName);
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue