Skip to content

Commit

Permalink
Update matrix_locals.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sorydima committed Sep 27, 2024
1 parent cac0510 commit bc740f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/matrix_sdk_extensions/matrix_locals.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MatrixLocals extends MatrixLocalizations {

@override
String answeredTheCall(String senderName) {
return l10n.answeredTheCall(senderName);
return l10n.answeredTheCall(senderName, senderName);
}

@override
Expand Down

0 comments on commit bc740f8

Please sign in to comment.