about summary refs log tree commit diff
path: root/src/components/dialogs
diff options
context:
space:
mode:
authorShubh Porwal <83606943+shubh73@users.noreply.github.com>2024-08-12 01:10:43 +0530
committerGitHub <noreply@github.com>2024-08-11 12:40:43 -0700
commit836754213827ebdb3c4af2a115a70ab4364e1e94 (patch)
tree785b2b69ca7be166662a3a2e663c001d88d7945b /src/components/dialogs
parent65d6e561d429d6759d1eef674a964d1109a1afeb (diff)
downloadvoidsky-836754213827ebdb3c4af2a115a70ab4364e1e94.tar.zst
Fix `occurred` typo (#4919)
Co-authored-by: Hailey <hailey@blueskyweb.xyz>
Diffstat (limited to 'src/components/dialogs')
-rw-r--r--src/components/dialogs/GifSelect.tsx2
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!`)}