diff --git a/frontend/src/lib/i18n/locales/en-US.json b/frontend/src/lib/i18n/locales/en-US.json index a1f2768..bc4236e 100644 --- a/frontend/src/lib/i18n/locales/en-US.json +++ b/frontend/src/lib/i18n/locales/en-US.json @@ -75,5 +75,5 @@ "profileScopeName": "Profile", "profileScopeDescription": "Allows the app to access your profile information.", "groupsScopeName": "Groups", - "groupsScopeDescription": "Allows the app to access the groups in which you are a member." + "groupsScopeDescription": "Allows the app to access your group information." } diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index a1f2768..bc4236e 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -75,5 +75,5 @@ "profileScopeName": "Profile", "profileScopeDescription": "Allows the app to access your profile information.", "groupsScopeName": "Groups", - "groupsScopeDescription": "Allows the app to access the groups in which you are a member." + "groupsScopeDescription": "Allows the app to access your group information." }