Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yulong Ruan <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe and ruanyl authored Mar 20, 2024
1 parent 8350bef commit 2e9385a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ export function WorkspaceFatalError(props: { error?: string }) {
<p>
<FormattedMessage
id="core.fatalErrors.tryGoBackToDefaultWorkspaceDescription"
defaultMessage="The workspace you want to go can not be found, try go back to home."
defaultMessage="The workspace you are trying to access cannot be found. Please return to the homepage and try again."
/>
</p>
}
actions={[
<EuiButton color="primary" fill onClick={goBackToHome}>
<FormattedMessage
id="core.fatalErrors.goBackToHome"
defaultMessage="Go back to home"
defaultMessage="Go back to homepage"
/>
</EuiButton>,
]}
Expand Down

0 comments on commit 2e9385a

Please sign in to comment.