diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 4d901af4..718fbaa8 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -62,8 +62,8 @@ "archs": "Supported architectures:", "ldap": { "false": "Does not use YunoHost accounts to login (LDAP)", - "null": "No information about LDAP integration", - "true": "Use YunoHost accounts to login (LDAP)" + "true": "Use YunoHost accounts to login (LDAP)", + "?": "No information about LDAP integration" }, "multi_instance": { "false": "Can be installed only once", @@ -72,8 +72,8 @@ "resources": "Typical resource usage: {ram} RAM, {disk} disk", "sso": { "false": "Single sign-on is not available (SSO)", - "null": "No information about SSO integration", - "true": "Single sign-on is available (SSO)" + "true": "Single sign-on is available (SSO)", + "?": "No information about SSO integration" }, "title": "YunoHost integration" },