Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Update "Enterprise E20" to "Enterprise Edition" #6085

Merged
merged 5 commits into from
Aug 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update saml.tsx
  • Loading branch information
jasonblais committed Aug 6, 2020
commit 0328bfff9613be657b012dceff1ebceaac4b8151
2 changes: 1 addition & 1 deletion components/admin_console/feature_discovery/saml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SAMLFeatureDiscovery: React.FC = () => {
<FeatureDiscovery
featureName='saml'
titleID='admin.saml_feature_discovery.title'
titleDefault='Integrate SAML 2.0 with Mattermost Enterprise Edition'
titleDefault='Integrate SAML 2.0 with Mattermost Enterprise E20'
copyID='admin.saml_feature_discovery.copy'
copyDefault={'When you connect Mattermost with your organization\'s single sign-on provider, users can access Mattermost without having to re-enter their credentials.'}
learnMoreURL='https://www.mattermost.com/docs-saml/?utm_medium=product&utm_source=product-feature-discovery&utm_content=saml'
Expand Down