about summary refs log tree commit diff
path: root/src/view/screens/ProfileList.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-11-30 16:05:34 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-11-30 16:05:34 -0800
commit21af10bc3d7c4313868bc8deaf6ce41224e19996 (patch)
tree9e63852501bf95c2be05f81299c81c46d65a40ef /src/view/screens/ProfileList.tsx
parent93755326985dddeb34d4fc0a4a9755d3a9860be1 (diff)
parent5c78b2266f82881f39a7a0f05222ddb8b5ea1220 (diff)
downloadvoidsky-21af10bc3d7c4313868bc8deaf6ce41224e19996.tar.zst
Merge branch 'copy-link' of https://github.com/mozzius/bluesky-official-app into mozzius-copy-link
Diffstat (limited to 'src/view/screens/ProfileList.tsx')
-rw-r--r--src/view/screens/ProfileList.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx
index 9be499561..ee0cdce29 100644
--- a/src/view/screens/ProfileList.tsx
+++ b/src/view/screens/ProfileList.tsx
@@ -54,6 +54,7 @@ import {
 import {cleanError} from '#/lib/strings/errors'
 import {useSession} from '#/state/session'
 import {useComposerControls} from '#/state/shell/composer'
+import {isWeb} from '#/platform/detection'
 
 const SECTION_TITLES_CURATE = ['Posts', 'About']
 const SECTION_TITLES_MOD = ['About']
@@ -372,7 +373,7 @@ function Header({rkey, list}: {rkey: string; list: AppBskyGraphDefs.ListView}) {
     let items: DropdownItem[] = [
       {
         testID: 'listHeaderDropdownShareBtn',
-        label: _(msg`Share`),
+        label: isWeb ? _(msg`Copy link to list`) : _(msg`Share`),
         onPress: onPressShare,
         icon: {
           ios: {