mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-30 16:29:30 +01:00
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 New Issue
Block a user