Update string for ended call case

This commit is contained in:
ismailgulek
2021-04-22 15:15:12 +03:00
parent 3fc5b1132b
commit 73274804e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ Tap the + to start adding people.";
"event_formatter_call_voice" = "Voice call";
"event_formatter_call_video" = "Video call";
"event_formatter_call_you_started" = "You started a call";
"event_formatter_call_has_ended" = "This call has ended %@";
"event_formatter_call_has_ended" = "Ended %@";
"event_formatter_call_you_currently_in" = "Active call";
"event_formatter_call_you_declined" = "You declined this call";
"event_formatter_call_you_missed" = "You missed this call";