Skip to content

Commit

Permalink
Fix Cloud instructions copy when cloudDeploymentLink is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jan 28, 2021
1 parent da8ce37 commit 22e10b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const CloudSetupInstructions: React.FC<Props> = ({ productName, cloudDepl
edit your deployment
</EuiLink>
) : (
'Visit the Elastic Cloud console'
'edit your deployment'
),
}}
/>
Expand Down

0 comments on commit 22e10b4

Please sign in to comment.