mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix wrong property set (#27625)
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
7b27b28d6f
commit
fb790a860b
@ -19,7 +19,7 @@ const SAMLFeatureDiscovery: React.FC = () => {
|
|||||||
id: 'admin.saml_feature_discovery.title',
|
id: 'admin.saml_feature_discovery.title',
|
||||||
defaultMessage: 'Integrate SAML 2.0 with Mattermost Professional',
|
defaultMessage: 'Integrate SAML 2.0 with Mattermost Professional',
|
||||||
})}
|
})}
|
||||||
copyID={defineMessage({
|
copy={defineMessage({
|
||||||
id: 'admin.saml_feature_discovery.copy',
|
id: 'admin.saml_feature_discovery.copy',
|
||||||
defaultMessage: 'When you connect Mattermost with your organization\'s single sign-on provider, users can access Mattermost without having to re-enter their credentials.',
|
defaultMessage: 'When you connect Mattermost with your organization\'s single sign-on provider, users can access Mattermost without having to re-enter their credentials.',
|
||||||
})}
|
})}
|
||||||
|
Loading…
Reference in New Issue
Block a user