From 3af6b3af3723796280bb5566d874e4ada42d2776 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 30 Nov 2022 10:28:59 +0100 Subject: [PATCH] Client - fix oauth2 translations --- fittrackee_client/src/locales/en/oauth2.json | 2 +- fittrackee_client/src/locales/nl/oauth2.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fittrackee_client/src/locales/en/oauth2.json b/fittrackee_client/src/locales/en/oauth2.json index a0967ae0..910a5e7e 100644 --- a/fittrackee_client/src/locales/en/oauth2.json +++ b/fittrackee_client/src/locales/en/oauth2.json @@ -12,7 +12,7 @@ "application:write_DESCRIPTION": "grants write access to application configuration.", "profile:read_DESCRIPTION": "grants read access to auth endpoints.", "profile:write_DESCRIPTION": "grants write access to auth endpoints.", - "users:read_DESCRIPTION": "grants read access to users endpoints.", + "users:read_DESCRIPTION": "grants read access to users endpoints.", "users:write_DESCRIPTION": "grants write access to users endpoints.", "workouts:read_DESCRIPTION": "grants read access to workouts endpoints.", "workouts:write_DESCRIPTION": "grants write access to workouts endpoints." diff --git a/fittrackee_client/src/locales/nl/oauth2.json b/fittrackee_client/src/locales/nl/oauth2.json index 5d7fe984..f572a19d 100644 --- a/fittrackee_client/src/locales/nl/oauth2.json +++ b/fittrackee_client/src/locales/nl/oauth2.json @@ -5,12 +5,12 @@ "REDIRECT_URL": "Doorverwijs URL", "SCOPE": { "LABEL": "Omvang", - "users:read_DESCRIPTION": "staat leestoegang toe aan users endpoints.", + "users:read_DESCRIPTION": "staat leestoegang toe aan users endpoints.", "profile:write_DESCRIPTION": "staat schrijftoegang toe aan auth endpoints.", "profile:read_DESCRIPTION": "staat leestoegang toe aan auth endpoints.", "users:write_DESCRIPTION": "staat schrijftoegang toe aan users endpoints.", - "workouts:read_DESCRIPTION": "staat leestoegang toe aan trainingen endpoints.", - "workouts:write_DESCRIPTION": "staat schrijftoegang toe aan trainingen endpoints.", + "workouts:read_DESCRIPTION": "staat leestoegang toe aan workouts endpoints.", + "workouts:write_DESCRIPTION": "staat schrijftoegang toe aan workouts endpoints.", "application:write_DESCRIPTION": "geeft toestemming tot aanpassen van de applicatie instellingen." }, "NAME": "Naam van de app",