From fb790a860bc5d3f3a23f89a5f0e05c94cac99c9c Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Tue, 16 Jul 2024 17:23:25 -0600 Subject: [PATCH] fix wrong property set (#27625) Co-authored-by: Mattermost Build --- .../admin_console/feature_discovery/features/saml.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/channels/src/components/admin_console/feature_discovery/features/saml.tsx b/webapp/channels/src/components/admin_console/feature_discovery/features/saml.tsx index 38a3522359..769bbbbb09 100644 --- a/webapp/channels/src/components/admin_console/feature_discovery/features/saml.tsx +++ b/webapp/channels/src/components/admin_console/feature_discovery/features/saml.tsx @@ -19,7 +19,7 @@ const SAMLFeatureDiscovery: React.FC = () => { id: 'admin.saml_feature_discovery.title', defaultMessage: 'Integrate SAML 2.0 with Mattermost Professional', })} - copyID={defineMessage({ + copy={defineMessage({ 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.', })}