Add 'you' case for rejecting a group request.

This commit is contained in:
Cody Henthorne
2025-02-04 15:58:09 -05:00
committed by Greyson Parrelli
parent 7755aa1c4e
commit 1156c546d4
2 changed files with 8 additions and 1 deletions

View File

@@ -1930,6 +1930,7 @@
<!-- GV2 group link deny -->
<string name="MessageRecord_your_request_to_join_the_group_has_been_denied_by_an_admin">Your request to join the group has been denied by an admin.</string>
<string name="MessageRecord_you_denied_a_request_to_join_the_group_from_s">You denied a request to join the group from %1$s.</string>
<string name="MessageRecord_s_denied_a_request_to_join_the_group_from_s">%1$s denied a request to join the group from %2$s.</string>
<string name="MessageRecord_a_request_to_join_the_group_from_s_has_been_denied">A request to join the group from %1$s has been denied.</string>
<string name="MessageRecord_you_canceled_your_request_to_join_the_group">You canceled your request to join the group.</string>