diff --git a/public/example_config.json b/public/example_config.json
index 636a89d1..8848d063 100644
--- a/public/example_config.json
+++ b/public/example_config.json
@@ -2,7 +2,7 @@
"api": "/",
"touchButtonRegions": false,
"login": {
- "ad": true,
+ "internal": true,
"external": true,
"usernamePassword": true
}
diff --git a/src/components/navigation/login-sidebar/login-sidebar.jsx b/src/components/navigation/login-sidebar/login-sidebar.jsx
index 3db5af91..aa6565bd 100644
--- a/src/components/navigation/login-sidebar/login-sidebar.jsx
+++ b/src/components/navigation/login-sidebar/login-sidebar.jsx
@@ -11,10 +11,10 @@ const LoginSidebar = () => {
- {t("AD-info-text")}
+ {t("internal-info-text")}
- {t("MitID-info-text")}
+ {t("external-info-text")}
diff --git a/src/components/user/login.jsx b/src/components/user/login.jsx
index 5082eac2..20e7f8e4 100644
--- a/src/components/user/login.jsx
+++ b/src/components/user/login.jsx
@@ -346,17 +346,17 @@ function Login() {
<>
{t("login-header")}
- {(enabledLogins?.ad || enabledLogins?.external) && (
+ {(enabledLogins?.internal || enabledLogins?.external) && (
<>
{t("oidc-mit-id-header")}
- {enabledLogins?.ad && (
+ {enabledLogins?.internal && (
medarbejder skal du benytte AD login.",
- "MitID-info-text": "Er du borger skal du benytte MitID login."
+ "internal-info-text": "Er du medarbejder skal du benytte medarbejderlogin.",
+ "external-info-text": "Er du borger skal du benytte MitID login."
},
"slides-list": {
"columns": {
@@ -793,7 +793,7 @@
"select-some-options": "Vælg..."
},
"login": {
- "missing-tenants": "Denne bruger er ugyldig, da den ikke har tenants tilknyttet",
+ "missing-tenants": "Denne bruger er ugyldig, da den ikke har nogen instanser tilknyttet",
"please-wait": "Vent venligst",
"please-authenticate": "Log ind",
"select-some-options": "Vælg...",
@@ -802,19 +802,19 @@
"error": "Log ind fejlede:",
"invalid-credentials": "Log ind blev ikke genkendt",
"submit": "Log ind",
- "error-oidc-login": "Log ind med AD fejlede",
- "error-fetching-oidc-urls": "Opsætning af AD login fejlede",
- "login-with-mitid-aria-label": "Log ind med mitid",
+ "error-oidc-login": "Log ind fejlede",
+ "error-fetching-oidc-urls": "Opsætning af login fejlede",
+ "login-with-mitid-aria-label": "Log ind med MitID login",
"oidc-mit-id-header": "Adgangsservice",
"os2-display-user-header": "OS2display-bruger",
"login-header": "Log ind",
- "login-with-oidc-aria-label": "Log ind med AD",
+ "login-with-oidc-aria-label": "Log ind som medarbejder",
"login-with-username-password": "Log ind med email og kodeord",
"select-tenant-label": "Vælg lokation",
- "tenant-help-text": "Du er tilknyttet flere lokationer, og lokationen kan blive ændret igen når du er logget ind",
- "login-with-ad": "AD login",
+ "tenant-help-text": "Du er tilknyttet flere instanser, og instansen kan blive ændret igen når du er logget ind",
+ "login-with-internal": "Medarbejderlogin",
"login-with-external": " login",
- "logged-in-select-tenant": "Vælg lokation.",
+ "logged-in-select-tenant": "Vælg instans.",
"activation-code": "Indtast aktiveringskode for at blive koblet på en instans.",
"error-activating-code": "Aktivering fejlede.",
"error-refreshing-code": "Aktivering fejlede. Prøv igen."