From 00a37ec6d9d529dadf45355fe052b47385c01668 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sun, 7 May 2023 14:33:44 -0500 Subject: [PATCH] Satisfy the hashtag hyphen haters --- src/view/com/lists/ListsList.tsx | 2 +- src/view/com/modals/CreateMuteList.tsx | 4 ++-- src/view/com/modals/ListAddUser.tsx | 2 +- src/view/com/profile/ProfileHeader.tsx | 2 +- src/view/screens/Moderation.tsx | 2 +- src/view/screens/ModerationMuteLists.tsx | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/view/com/lists/ListsList.tsx b/src/view/com/lists/ListsList.tsx index d4b05a7c36..69d71a8e8b 100644 --- a/src/view/com/lists/ListsList.tsx +++ b/src/view/com/lists/ListsList.tsx @@ -210,7 +210,7 @@ function CreateNewItem({onPress}: {onPress: () => void}) { diff --git a/src/view/com/modals/CreateMuteList.tsx b/src/view/com/modals/CreateMuteList.tsx index 8b8cf4a164..c41c15bb78 100644 --- a/src/view/com/modals/CreateMuteList.tsx +++ b/src/view/com/modals/CreateMuteList.tsx @@ -78,13 +78,13 @@ export function Component({onCreate}: {onCreate?: (uri: string) => void}) { description, avatar: newAvatar, }) - Toast.show('Mute-list created') + Toast.show('Mute list created') onCreate?.(res.uri) store.shell.closeModal() } catch (e: any) { if (isNetworkError(e)) { setError( - 'Failed to create the mute-list. Check your internet connection and try again.', + 'Failed to create the mute list. Check your internet connection and try again.', ) } else { setError(cleanError(e)) diff --git a/src/view/com/modals/ListAddUser.tsx b/src/view/com/modals/ListAddUser.tsx index 50dffd8994..7461d12c1b 100644 --- a/src/view/com/modals/ListAddUser.tsx +++ b/src/view/com/modals/ListAddUser.tsx @@ -135,7 +135,7 @@ export function Component({ return ( diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index 01a9df38b0..2986e4262b 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -244,7 +244,7 @@ const ProfileHeaderLoaded = observer( }, { testID: 'profileHeaderDropdownListAddRemoveBtn', - label: 'Add to lists', + label: 'Add to Lists', onPress: onPressAddToLists, }, ] diff --git a/src/view/screens/Moderation.tsx b/src/view/screens/Moderation.tsx index a5933ad3c6..b1f3fbf413 100644 --- a/src/view/screens/Moderation.tsx +++ b/src/view/screens/Moderation.tsx @@ -74,7 +74,7 @@ export const ModerationScreen = withAuthRequired( /> - Mute-list subscriptions + Mute list subscriptions { return ( @@ -92,7 +92,7 @@ export const ModerationMuteListsScreen = withAuthRequired(({route}: Props) => { ]} testID="moderationMutelistsScreen">