diff --git a/src/lib/labeling/const.ts b/src/lib/labeling/const.ts index e406d71a..908826f1 100644 --- a/src/lib/labeling/const.ts +++ b/src/lib/labeling/const.ts @@ -36,7 +36,7 @@ export const CONFIGURABLE_LABEL_GROUPS: Record< nsfw: { id: 'nsfw', title: 'Explicit Sexual Images', - subtitle: 'i.e. Pornography', + subtitle: 'i.e. pornography', warning: 'Sexually Explicit', values: ['porn', 'nsfl'], isAdultImagery: true, diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx index 41787bb5..67453f11 100644 --- a/src/view/com/auth/SplashScreen.tsx +++ b/src/view/com/auth/SplashScreen.tsx @@ -43,7 +43,7 @@ export const SplashScreen = ({ accessibilityRole="button" accessibilityLabel="Sign in" accessibilityHint="Opens flow to sign into your existing Bluesky account"> - Sign in + Sign In diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index 9236968c..bb2ac3ef 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -56,7 +56,7 @@ export const SplashScreen = ({ onPress={onPressSignin} // TODO: web accessibility accessibilityRole="button"> - Sign in + Sign In { ) : ( - Only contain letters, numbers, spaces, dashes, and underscores - allowed. Must be at least 4 characters long, but no more than 32 - characters long. + Can only contain letters, numbers, spaces, dashes, and underscores. + Must be at least 4 characters long, but no more than 32 characters + long. )} diff --git a/src/view/com/modals/ChangeHandle.tsx b/src/view/com/modals/ChangeHandle.tsx index a5c74bc0..57f922f8 100644 --- a/src/view/com/modals/ChangeHandle.tsx +++ b/src/view/com/modals/ChangeHandle.tsx @@ -148,7 +148,7 @@ export function Component({onChanged}: {onChanged: () => void}) { type="2xl-bold" style={[styles.titleMiddle, pal.text]} numberOfLines={1}> - Change handle + Change Handle {isProcessing ? ( @@ -253,7 +253,7 @@ function ProvidedHandleForm({ setName(enforceLen(v, MAX_NAME))} @@ -174,7 +174,7 @@ export function Component({ - Delete account + Delete Account @@ -93,7 +93,7 @@ export function Component({}: {}) { <> For security reasons, we'll need to send a confirmation code to - your email. + your email address. {error ? ( @@ -121,7 +121,7 @@ export function Component({}: {}) { end={{x: 1, y: 1}} style={[styles.btn]}> - Send email + Send Email diff --git a/src/view/com/modals/ListAddRemoveUser.tsx b/src/view/com/modals/ListAddRemoveUser.tsx index e1677d25..c2d63ef6 100644 --- a/src/view/com/modals/ListAddRemoveUser.tsx +++ b/src/view/com/modals/ListAddRemoveUser.tsx @@ -157,7 +157,7 @@ export const Component = observer( return ( - Add {displayName} to lists + Add {displayName} to Lists - Report account + Report Account What is the issue with this account? diff --git a/src/view/com/search/Suggestions.tsx b/src/view/com/search/Suggestions.tsx index ead17f72..c8941e24 100644 --- a/src/view/com/search/Suggestions.tsx +++ b/src/view/com/search/Suggestions.tsx @@ -60,7 +60,7 @@ export const Suggestions = observer( { _reactKey: '__popular_heading__', type: 'heading', - title: 'In your network', + title: 'In Your Network', }, ]) .concat( @@ -77,7 +77,7 @@ export const Suggestions = observer( { _reactKey: '__suggested_heading__', type: 'heading', - title: 'Suggested follows', + title: 'Suggested Follows', }, ]) .concat( diff --git a/src/view/screens/SearchMobile.tsx b/src/view/screens/SearchMobile.tsx index c9d09373..6a2fca5b 100644 --- a/src/view/screens/SearchMobile.tsx +++ b/src/view/screens/SearchMobile.tsx @@ -164,7 +164,7 @@ export const SearchScreen = withAuthRequired( ) : isInputFocused ? ( - Search for users on the network + Search for users and posts on the network ) : null} diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index d88021f7..ac072c47 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -276,7 +276,7 @@ export const SettingsScreen = withAuthRequired( - Invite a friend + Invite a Friend - Danger zone + Danger Zone - Delete my account + Delete my account… - Developer tools + Developer Tools