From 01e491c3bef53577dbce1d1d309e454561f36480 Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 29 Jan 2026 16:26:02 +0200 Subject: [PATCH] i18n: fix typo --- frontend/src/lib/i18n/locales/en-US.json | 2 +- frontend/src/lib/i18n/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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." }