fix wrong property set (#27625)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Scott Bishel 2024-07-16 17:23:25 -06:00 committed by GitHub
parent 7b27b28d6f
commit fb790a860b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.',
})} })}