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.

Tweak prompt title text when removing a feed (#7824)

authored by

surfdude29 and committed by
GitHub
3f879f03 7c14b54a

+2 -2
+1 -1
src/components/FeedCard.tsx
··· 307 307 308 308 <Prompt.Basic 309 309 control={removePromptControl} 310 - title={_(msg`Remove from my feeds?`)} 310 + title={_(msg`Remove from your feeds?`)} 311 311 description={_( 312 312 msg`Are you sure you want to remove this from your feeds?`, 313 313 )}
+1 -1
src/view/com/feeds/FeedSourceCard.tsx
··· 314 314 315 315 <Prompt.Basic 316 316 control={removePromptControl} 317 - title={_(msg`Remove from my feeds?`)} 317 + title={_(msg`Remove from your feeds?`)} 318 318 description={_( 319 319 msg`Are you sure you want to remove ${feed.displayName} from your feeds?`, 320 320 )}