[🐴] Copy tweaks (#4042)
* `notifications` -> `conversation` * `users` -> `people` * `other participants` -> `the other participant` * rename
This commit is contained in:
parent
b635d000b5
commit
400c269330
5 changed files with 10 additions and 10 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue