Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion src-docs/src/views/suggest/saved_queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default () => {
console.log(dateRange);
};

const append = <OuiButtonEmpty>KQL</OuiButtonEmpty>;
const append = <OuiButtonEmpty>DQL</OuiButtonEmpty>;

return (
<div className="savedQueriesInput">
Expand Down
8 changes: 4 additions & 4 deletions src-docs/src/views/suggest/suggest_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ export const SuggestExample = {
<div>
<OuiCallOut color="warning" title="Demo of visual pattern only">
<p>
This documents a <strong>visual</strong> pattern for Kibana&apos;s
global query and filter bars. The filter bar has been broken down
into multiple components. There are still bugs and not all the
logic is well-formed.
This documents a <strong>visual</strong> pattern for OpenSearch
Dashboard&apos;s global query and filter bars. The filter bar has
been broken down into multiple components. There are still bugs
and not all the logic is well-formed.
</p>
</OuiCallOut>
<OuiSpacer />
Expand Down