mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix `occurred` typo (#4919)

Co-authored-by: Hailey <hailey@blueskyweb.xyz>

authored by

Shubh Porwal
Hailey
and committed by
GitHub
83675421 65d6e561

+1 -1
+1 -1
src/components/dialogs/GifSelect.tsx
··· 249 249 const control = Dialog.useDialogContext() 250 250 251 251 return ( 252 - <Dialog.ScrollableInner style={a.gap_md} label={_(msg`An error occured`)}> 252 + <Dialog.ScrollableInner style={a.gap_md} label={_(msg`An error has occurred`)}> 253 253 <Dialog.Close /> 254 254 <ErrorScreen 255 255 title={_(msg`Oh no!`)}