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
|
@override
|
||||||
String userLeftTheChat(String targetName) {
|
String userLeftTheChat(String targetName) {
|
||||||
return l10n.userLeftTheChat(userLeftTheChat);
|
return l10n.userLeftTheChat(targetName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue