Fix `occurred` typo (#4919)

Co-authored-by: Hailey <hailey@blueskyweb.xyz>
zio/stable
Shubh Porwal 2024-08-12 01:10:43 +05:30 committed by GitHub
parent 65d6e561d4
commit 8367542138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ function DialogError({details}: {details?: string}) {
const control = Dialog.useDialogContext()
return (
<Dialog.ScrollableInner style={a.gap_md} label={_(msg`An error occured`)}>
<Dialog.ScrollableInner style={a.gap_md} label={_(msg`An error has occurred`)}>
<Dialog.Close />
<ErrorScreen
title={_(msg`Oh no!`)}