about summary refs log tree commit diff
path: root/src/components/dms/MessagesListHeader.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-07-25 18:07:15 -0500
committerGitHub <noreply@github.com>2024-07-25 18:07:15 -0500
commit783fd351ba5299a74cc9e6885939ef09034ed97d (patch)
treea204d2745402ba183bc68be15dbdc3677303f7ba /src/components/dms/MessagesListHeader.tsx
parente7b485f185913dd52f807c232b3b9c9a580ae33d (diff)
downloadvoidsky-783fd351ba5299a74cc9e6885939ef09034ed97d.tar.zst
Add labels to a few missing places (#4838)
Diffstat (limited to 'src/components/dms/MessagesListHeader.tsx')
-rw-r--r--src/components/dms/MessagesListHeader.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/dms/MessagesListHeader.tsx b/src/components/dms/MessagesListHeader.tsx
index 7b9f1a3a0..1a6bbbe60 100644
--- a/src/components/dms/MessagesListHeader.tsx
+++ b/src/components/dms/MessagesListHeader.tsx
@@ -140,6 +140,7 @@ function HeaderReady({
     userBlock?: ModerationCause
   }
 }) {
+  const {_} = useLingui()
   const t = useTheme()
   const convoState = useConvo()
   const profile = useProfileShadow(profileUnshadowed)
@@ -156,6 +157,7 @@ function HeaderReady({
     <View style={[a.flex_1]}>
       <View style={[a.w_full, a.flex_row, a.align_center, a.justify_between]}>
         <Link
+          label={_(msg`View ${displayName}'s profile`)}
           style={[a.flex_row, a.align_start, a.gap_md, a.flex_1, a.pr_md]}
           to={makeProfileLink(profile)}>
           <View style={[a.pt_2xs]}>