fix: change saml sp to saml idp (#8233)

# Which Problems Are Solved

In the configuration of external idps we show SAML SP as provider which
is confusing, as it is a SAML IdP which is configured

# How the Problems Are Solved

Rename SAML SP to SAML IdP
This commit is contained in:
Fabi
2024-07-03 13:43:20 +02:00
committed by GitHub
parent 08a75635d2
commit 637f441a7d
6 changed files with 18 additions and 18 deletions

View File

@@ -2047,7 +2047,7 @@
"DESCRIPTION": "Enter the credentials for your Apple Provider"
},
"SAML": {
"TITLE": "Sign in with SAML SP",
"TITLE": "Sign in with SAML",
"DESCRIPTION": "Enter the credentials for your SAML Provider"
}
},