diff options
author | Shubh Porwal <83606943+shubh73@users.noreply.github.com> | 2024-08-12 01:10:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-11 12:40:43 -0700 |
commit | 836754213827ebdb3c4af2a115a70ab4364e1e94 (patch) | |
tree | 785b2b69ca7be166662a3a2e663c001d88d7945b | |
parent | 65d6e561d429d6759d1eef674a964d1109a1afeb (diff) | |
download | voidsky-836754213827ebdb3c4af2a115a70ab4364e1e94.tar.zst |
Fix `occurred` typo (#4919)
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
-rw-r--r-- | src/components/dialogs/GifSelect.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/GifSelect.tsx b/src/components/dialogs/GifSelect.tsx index a64edcd6f..51cfa10fb 100644 --- a/src/components/dialogs/GifSelect.tsx +++ b/src/components/dialogs/GifSelect.tsx @@ -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!`)} |