Skip to content

Commit

Permalink
Copyedits (thanks Chris!)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jul 27, 2020
1 parent 04a4adb commit 994eca7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ export const ErrorStatePrompt: React.FC = () => {
<li>
<FormattedMessage
id="xpack.enterpriseSearch.errorConnectingState.troubleshootAuthNative"
defaultMessage="Are you using Elasticsearch Native auth?"
defaultMessage="You must authenticate using Elasticsearch Native auth or SSO/SAML."
/>
</li>
<li>
<FormattedMessage
id="xpack.enterpriseSearch.errorConnectingState.troubleshootAuthSAML"
defaultMessage="If you’re on SSO or SAML, is your SAML realm also set up on Enterprise Search?"
defaultMessage="If using SSO/SAML, your SAML realm must also be set up on Enterprise Search."
/>
</li>
</ul>
Expand Down

0 comments on commit 994eca7

Please sign in to comment.