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">