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:
commit
1cc1fba445
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ class MatrixLocals extends MatrixLocalizations {
|
|||
|
||||
@override
|
||||
String userLeftTheChat(String targetName) {
|
||||
return l10n.userLeftTheChat(userLeftTheChat);
|
||||
return l10n.userLeftTheChat(targetName);
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue