Skip to content

Commit

Permalink
Update Setup Guide copy per feedback from copy team
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 26, 2020
1 parent 9a7597d commit 610487c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const SetupGuide: React.FC = () => (
<p>
<FormattedMessage
id="xpack.enterpriseSearch.appSearch.setupGuide.description"
defaultMessage="Elastic App Search provides user-friendly tools to design and deploy a powerful search to your websites or web/mobile applications."
defaultMessage="Elastic App Search provides tools to design and deploy a powerful search to your websites and mobile applications."
/>
</p>
</EuiTitle>
Expand All @@ -56,7 +56,7 @@ export const SetupGuide: React.FC = () => (
<p>
<FormattedMessage
id="xpack.enterpriseSearch.appSearch.setupGuide.notConfigured"
defaultMessage="App Search has not been configured in your Kibana instance yet. To get started, follow the instructions on this page."
defaultMessage="App Search is not configured in your Kibana instance yet."
/>
</p>
</EuiText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const SetupGuide: React.FC<ISetupGuideProps> = ({
<p>
<FormattedMessage
id="xpack.enterpriseSearch.setupGuide.step1.instruction1"
defaultMessage="Within your {configFile} file, set {configSetting} to the URL of your {productName} instance. For example:"
defaultMessage="In your {configFile} file, set {configSetting} to the URL of your {productName} instance. For example:"
values={{
productName,
configFile: <EuiCode>config/kibana.yml</EuiCode>,
Expand Down Expand Up @@ -117,7 +117,7 @@ export const SetupGuide: React.FC<ISetupGuideProps> = ({
<p>
<FormattedMessage
id="xpack.enterpriseSearch.setupGuide.step2.instruction2"
defaultMessage="If you’re using {elasticsearchNativeAuthLink} within {productName} - you’re all set! All users should be able to use {productName} in Kibana automatically, inheriting the existing access and permissions they have within {productName}."
defaultMessage="If you’re using {elasticsearchNativeAuthLink} in {productName}, you’re all set. Your users can now access {productName} in Kibana with their current {productName} access and permissions."
values={{
productName,
elasticsearchNativeAuthLink: elasticsearchNativeAuthLink ? (
Expand Down Expand Up @@ -178,7 +178,7 @@ export const SetupGuide: React.FC<ISetupGuideProps> = ({
<p>
<FormattedMessage
id="xpack.enterpriseSearch.troubleshooting.differentAuth.description"
defaultMessage="This plugin does not currently support {productName} and Kibana operating on different authentication methods (for example, {productName} using a different SAML provider than Kibana)."
defaultMessage="This plugin does not currently support {productName} and Kibana operating on different authentication methods, for example, {productName} using a different SAML provider than Kibana."
values={{ productName }}
/>
</p>
Expand All @@ -189,7 +189,7 @@ export const SetupGuide: React.FC<ISetupGuideProps> = ({
buttonContent={i18n.translate(
'xpack.enterpriseSearch.troubleshooting.standardAuth.title',
{
defaultMessage: '{productName} on Standard authentication',
defaultMessage: '{productName} on Standard authentication is not supported',
values: { productName },
}
)}
Expand All @@ -200,7 +200,7 @@ export const SetupGuide: React.FC<ISetupGuideProps> = ({
<p>
<FormattedMessage
id="xpack.enterpriseSearch.troubleshooting.standardAuth.description"
defaultMessage="{productName} operating on {standardAuthLink} is currently not fully supported by this plugin. Users created in {productName} must be granted Kibana access. Users created in Kibana will not see {productName} in the navigation menu."
defaultMessage="This plugin does not fully support {productName} on {standardAuthLink}. Users created in {productName} must have Kibana access. Users created in Kibana will not see {productName} in the navigation menu."
values={{
productName,
standardAuthLink: standardAuthLink ? (
Expand Down

0 comments on commit 610487c

Please sign in to comment.