From 5ee546a34c3b0627bae80fdfe34661ed3246ea9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20R=C3=BChl?= Date: Mon, 27 Jun 2022 19:49:02 +0200 Subject: [PATCH] hard code message localized (#12729) Co-authored-by: Andreas Ruehl --- .../theme/keycloak.v2/account/messages/messages_de.properties | 1 + .../theme/keycloak.v2/account/messages/messages_en.properties | 1 + .../src/app/content/applications-page/ApplicationsPage.tsx | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/src/main/resources-community/theme/keycloak.v2/account/messages/messages_de.properties b/themes/src/main/resources-community/theme/keycloak.v2/account/messages/messages_de.properties index a651492680..52bdb5881d 100644 --- a/themes/src/main/resources-community/theme/keycloak.v2/account/messages/messages_de.properties +++ b/themes/src/main/resources-community/theme/keycloak.v2/account/messages/messages_de.properties @@ -99,6 +99,7 @@ invalidRequestMessage=Ung\u00FCltige Anfrage # Applications page applicationsPageTitle=Anwendungen +applicationsPageSubTitle=Verwalten Sie Ihre Anwendungsberechtigungen internalApp=Intern thirdPartyApp=Drittanbieter offlineAccess=Offline Zugriff diff --git a/themes/src/main/resources/theme/keycloak.v2/account/messages/messages_en.properties b/themes/src/main/resources/theme/keycloak.v2/account/messages/messages_en.properties index 369f365ff7..83b6554f57 100644 --- a/themes/src/main/resources/theme/keycloak.v2/account/messages/messages_en.properties +++ b/themes/src/main/resources/theme/keycloak.v2/account/messages/messages_en.properties @@ -117,6 +117,7 @@ invalidRequestMessage=Invalid request # Applications page applicationsPageTitle=Applications +applicationsPageSubTitle=Manage your application permissions internalApp=Internal thirdPartyApp=Third-party offlineAccess=Offline access diff --git a/themes/src/main/resources/theme/keycloak.v2/account/src/app/content/applications-page/ApplicationsPage.tsx b/themes/src/main/resources/theme/keycloak.v2/account/src/app/content/applications-page/ApplicationsPage.tsx index a22efa9561..06e2aa55aa 100644 --- a/themes/src/main/resources/theme/keycloak.v2/account/src/app/content/applications-page/ApplicationsPage.tsx +++ b/themes/src/main/resources/theme/keycloak.v2/account/src/app/content/applications-page/ApplicationsPage.tsx @@ -131,7 +131,7 @@ export class ApplicationsPage extends React.Component