From d80c628b283eb28324c3192c62ab97f47efcbfec Mon Sep 17 00:00:00 2001 From: ayato <58212796+ayaaop@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:33:22 +0500 Subject: [PATCH] locales: en: change the phrasing for undoing a friend request "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.";