MM-60312- rename ssoOffice 365 to sso EntraId (#8209)
* MM-60312- rename ssoOffice 365 to sso EntraId * address pr comments, remove old icon and fix i18n
This commit is contained in:
parent
f864947c7c
commit
c31ec8a711
9 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ import type {FloatingTextInputRef} from '@components/floating_text_input_label';
|
|||
const services: Record<string, string> = {
|
||||
gitlab: 'GitLab',
|
||||
google: 'Google Apps',
|
||||
office365: 'Office 365',
|
||||
office365: 'Entra ID',
|
||||
ldap: 'AD/LDAP',
|
||||
saml: 'SAML',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ const SsoOptions = ({goToSso, ssoOnly, ssoOptions, theme}: Props) => {
|
|||
sso.imageSrc = require('@assets/images/Icon_Google.png');
|
||||
break;
|
||||
case Sso.OFFICE365:
|
||||
sso.text = formatMessage({id: 'mobile.login_options.office365', defaultMessage: 'Office 365'});
|
||||
sso.imageSrc = require('@assets/images/Icon_Office.png');
|
||||
sso.text = formatMessage({id: 'mobile.login_options.entraid', defaultMessage: 'Entra ID'});
|
||||
sso.imageSrc = require('@assets/images/Icon_EntraID.png');
|
||||
break;
|
||||
case Sso.OPENID:
|
||||
sso.text = options.text || formatMessage({id: 'mobile.login_options.openid', defaultMessage: 'Open ID'});
|
||||
|
|
|
|||
|
|
@ -657,11 +657,11 @@
|
|||
"mobile.link.error.title": "Error",
|
||||
"mobile.login_options.cant_heading": "Can't Log In",
|
||||
"mobile.login_options.enter_credentials": "Enter your login details below.",
|
||||
"mobile.login_options.entraid": "Entra ID",
|
||||
"mobile.login_options.gitlab": "GitLab",
|
||||
"mobile.login_options.google": "Google",
|
||||
"mobile.login_options.heading": "Log In to Your Account",
|
||||
"mobile.login_options.none": "You can't log in to your account yet. At least one login option must be configured. Contact your System Admin for assistance.",
|
||||
"mobile.login_options.office365": "Office 365",
|
||||
"mobile.login_options.openid": "Open ID",
|
||||
"mobile.login_options.saml": "SAML",
|
||||
"mobile.login_options.select_option": "Select a login option below.",
|
||||
|
|
|
|||
BIN
assets/base/images/Icon_EntraID.png
Normal file
BIN
assets/base/images/Icon_EntraID.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 449 B |
BIN
assets/base/images/Icon_EntraID@2x.png
Normal file
BIN
assets/base/images/Icon_EntraID@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 785 B |
BIN
assets/base/images/Icon_EntraID@3x.png
Normal file
BIN
assets/base/images/Icon_EntraID@3x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 395 B |
Binary file not shown.
|
Before Width: | Height: | Size: 607 B |
Binary file not shown.
|
Before Width: | Height: | Size: 895 B |
Loading…
Reference in a new issue