about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-30 18:35:18 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-30 18:35:18 -0500
commit5d0a3e6c653c42ef9b8f45292534f5d520173e93 (patch)
treef1e2608ef6c382ef166181a89b41c6711bbd5d1b
parenta11a1b7657adb05403b498272da0d187f1686787 (diff)
parent1e5c4609a83838c9c9fbffa80e526a15d0a7392f (diff)
downloadvoidsky-5d0a3e6c653c42ef9b8f45292534f5d520173e93.tar.zst
Merge branch 'main' of github.com:bluesky-social/social-app into main
-rw-r--r--src/view/com/profile/ProfileHeader.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx
index 56036363c..9b4df0989 100644
--- a/src/view/com/profile/ProfileHeader.tsx
+++ b/src/view/com/profile/ProfileHeader.tsx
@@ -218,7 +218,7 @@ const ProfileHeaderLoaded = observer(
             onRefreshAll()
             Toast.show('Account unblocked')
           } catch (e: any) {
-            store.log.error('Failed to block account', e)
+            store.log.error('Failed to unblock account', e)
             Toast.show(`There was an issue! ${e.toString()}`)
           }
         },