Skip to content

Commit

Permalink
Fix button label
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Oct 1, 2024
1 parent 5495990 commit d80235b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/apps/configuration/panels/get-started.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const addBackendStep = {
<ExternalLinkButton
fill
href={DocLinks.BackendConfigurationDoc}
text="Create config.yml"
text="Config.yml documentation"
/>
</EuiFlexItem>
<EuiFlexItem grow={false}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ exports[`Get started (landing page) renders when backend configuration is enable
<ExternalLinkButton
fill={true}
href="https://opensearch.org/docs/latest/security-plugin/configuration/configuration/"
text="Create config.yml"
text="Config.yml documentation"
/>
</EuiFlexItem>
<EuiFlexItem
Expand Down

0 comments on commit d80235b

Please sign in to comment.