From af649adcd9ad54a91a0813462d785f3ddf6ae2db Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Fri, 30 Oct 2020 02:02:30 +0100 Subject: [PATCH] Fix typo in en.api.openid_connect.authorizations.scopes.interactions.description --- config/locales/diaspora/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index b6613c056..8a99ba665 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -949,7 +949,7 @@ en: description: "This grants read access to the user's email address to the application." interactions: name: "interactions" - description: "This grants read and write permissions on interacting wth posts to the application." + description: "This grants read and write permissions on interacting with posts to the application." notifications: name: "notifications" description: "This grants read and write permissions on interactions for the user to the application."