[🐴] Copy tweaks (#4042)

* `notifications` -> `conversation`

* `users` -> `people`

* `other participants` -> `the other participant`

* rename
This commit is contained in:
Hailey 2024-05-16 08:37:04 -07:00 committed by GitHub
parent b635d000b5
commit 400c269330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions

View file

@ -51,7 +51,7 @@ interface EditableUserAvatarProps extends BaseUserAvatarProps {
interface PreviewableUserAvatarProps extends BaseUserAvatarProps {
moderation?: ModerationUI
profile: AppBskyActorDefs.ProfileViewBasic
disable?: boolean
disableHoverCard?: boolean
onBeforePress?: () => void
}
@ -384,7 +384,7 @@ export {EditableUserAvatar}
let PreviewableUserAvatar = ({
moderation,
profile,
disable,
disableHoverCard,
onBeforePress,
...rest
}: PreviewableUserAvatarProps): React.ReactNode => {
@ -397,7 +397,7 @@ let PreviewableUserAvatar = ({
}, [profile, queryClient, onBeforePress])
return (
<ProfileHoverCard did={profile.did} disable={disable}>
<ProfileHoverCard did={profile.did} disable={disableHoverCard}>
<Link
label={_(msg`See profile`)}
to={makeProfileLink({