Select the types of activity you want to include in your feed.
fix: account switchers & text edits
- use the right account switcher on mobile - don't use white backgrounds for accounts in Settings account switcher - removed extra language from dialogs - prepare for account switchers for every interaction mode
···23232424 const isSelf = profile.did === currentAccount?.did
2525 const description = isSelf
2626- ? l`You have marked this account as a pet account. You can remove it at any time from your account settings.`
2727- : l`This account has been marked as a pet account by its owner.`
2626+ ? l`You have marked this account as a pet. You can remove this label at any time from your account settings.`
2727+ : l`This account has been marked as a pet by its owner.`
28282929 return (
3030 <Dialog.Outer control={control} nativeOptions={{preventExpansion: true}}>