From d75e295ee815d9a1148bcc2f14e0d2c5c4f4f2db Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Tue, 20 Dec 2022 00:10:17 -0500 Subject: [PATCH] remove "your" from "read:reactions" Makes it consistent wiht the rest of the _permissions strings not using pronouns. --- locales/en-US.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 6cb3c00e4..76de90250 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1097,7 +1097,7 @@ _permissions: "write:notes": "Create and delete notes" "read:notifications": "Read notifications" "write:notifications": "Mark notifications as read and create custom notifications" - "read:reactions": "View your reactions" + "read:reactions": "View reactions" "write:reactions": "Create and delete reactions" "write:votes": "Vote in polls" "read:pages": "List and read pages"