From 00b408c2996e82ef52531cec109659ef07831ea7 Mon Sep 17 00:00:00 2001 From: ayato <58212796+ayaaop@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:48:57 +0500 Subject: [PATCH] fix(locale-en): change the phrasing for undoing a friend request (#1228) "friends_leave_in_flw" is used to reject someone's request. This string is used to cancel an outgoing request. --- locales/en.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.strings b/locales/en.strings index ee9f20a7..ae2bc52d 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -318,7 +318,7 @@ "follower" = "Follower"; "friends_add" = "Add to friends"; "friends_delete" = "Remove from friends"; -"friends_reject" = "Reject request"; +"friends_reject" = "Cancel request"; "friends_accept" = "Accept request"; "friends_leave_in_flw" = "Leave in followers"; "friends_add_msg" = "Now you're friends.";