From 056faefb4e372b2532f5294587864b4ed9e8f863 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 25 May 2022 21:13:39 +0200 Subject: [PATCH] Make sso filter translatable --- src/translation/en.json | 6 +++++- src/views/appstore.html | 2 +- src/views/appstore.js | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/translation/en.json b/src/translation/en.json index f5ae7b94e..689497a7f 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -162,7 +162,11 @@ "switchToSignUpAction": "Don't have an account yet? Sign up", "switchToLoginAction": "Already have an account? Log in" }, - "categoryLabel": "Category" + "categoryLabel": "Category", + "ssofilter": { + "all": "All Apps", + "label": "User Management" + } }, "users": { "title": "User Directory", diff --git a/src/views/appstore.html b/src/views/appstore.html index 0f1073963..52be7a23f 100644 --- a/src/views/appstore.html +++ b/src/views/appstore.html @@ -298,7 +298,7 @@