fix(locals): Calling the wrong parameter on userLeftTheChat caused wrong output
This commit is contained in:
parent
5fb399afaf
commit
8db5a64a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue