Skip to content

Commit

Permalink
Delete ES reference in tour page (#374)
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
  • Loading branch information
abbyhu2000 authored Feb 21, 2023
1 parent 851e2ae commit bbca6f5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src-docs/src/components/guide_page/guide_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const GuidePageComponent = ({
}) => {
const betaBadge = isBeta ? (
<OuiBetaBadge
label="Beta"
label="Experimental"
tooltipContent="This component is still under development and may contain breaking changes in the nearby future."
/>
) : undefined;
Expand Down
4 changes: 2 additions & 2 deletions src-docs/src/views/tour/managed.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const demoTourSteps = [
<p>Copy and paste this sample query.</p>
<OuiSpacer />
<OuiCodeBlock language="html" paddingSize="s" isCopyable>
{'SELECT email FROM “kibana_sample_data_ecommerce”'}
{'SELECT email FROM “opensearch_dashboards_sample_data_ecommerce”'}
</OuiCodeBlock>
</span>
),
Expand Down Expand Up @@ -96,7 +96,7 @@ export default () => {
</OuiButtonEmpty>
<OuiSpacer />
<OuiForm component="form">
<OuiFormRow label="Enter an ES SQL query">
<OuiFormRow label="Enter an SQL query">
<OuiTourStep {...ouiTourStepOne}>
<OuiTextArea
placeholder="Placeholder text"
Expand Down
4 changes: 2 additions & 2 deletions src-docs/src/views/tour/managed_hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const demoTourSteps = [
<p>Copy and paste this sample query.</p>
<OuiSpacer />
<OuiCodeBlock language="html" paddingSize="s" isCopyable>
{'SELECT email FROM “kibana_sample_data_ecommerce”'}
{'SELECT email FROM “opensearch_dashboards_sample_data_ecommerce”'}
</OuiCodeBlock>
</span>
),
Expand Down Expand Up @@ -98,7 +98,7 @@ export default () => {
</OuiButtonEmpty>
<OuiSpacer />
<OuiForm component="form">
<OuiFormRow label="Enter an ES SQL query">
<OuiFormRow label="Enter an SQL query">
<OuiTourStep {...ouiTourStepOne}>
<OuiTextArea
placeholder="Placeholder text"
Expand Down
4 changes: 2 additions & 2 deletions src-docs/src/views/tour/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const demoTourSteps = [
<p>Copy and paste this sample query.</p>
<OuiSpacer />
<OuiCodeBlock language="html" paddingSize="s" isCopyable>
{'SELECT email FROM “kibana_sample_data_ecommerce”'}
{'SELECT email FROM “opensearch_dashboards_sample_data_ecommerce”'}
</OuiCodeBlock>
</span>
),
Expand Down Expand Up @@ -113,7 +113,7 @@ export default () => {
</OuiButtonEmpty>
<OuiSpacer />
<OuiForm component="form">
<OuiFormRow label="Enter an ES SQL query">
<OuiFormRow label="Enter an SQL query">
<OuiTourStep
content={demoTourSteps[0].content}
isStepOpen={state.currentTourStep === 1 && state.isTourActive}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4032,9 +4032,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001370:
version "1.0.30001373"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001373.tgz#2dc3bc3bfcb5d5a929bec11300883040d7b4b4be"
integrity sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==
version "1.0.30001457"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz"
integrity sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit bbca6f5

Please sign in to comment.