From c060cd4158a9d5cb8b5d8e42a7168c90e28ea845 Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Tue, 13 Jun 2023 20:35:13 +0200 Subject: [PATCH] Various case and text fixes. (#757) * Various case and text fixes. * Update some labels per requested changes. --------- Co-authored-by: Ansh --- src/lib/labeling/const.ts | 2 +- src/view/com/auth/SplashScreen.tsx | 2 +- src/view/com/auth/SplashScreen.web.tsx | 2 +- src/view/com/auth/create/Step3.tsx | 2 +- src/view/com/modals/AddAppPasswords.tsx | 6 +++--- src/view/com/modals/ChangeHandle.tsx | 6 +++--- src/view/com/modals/CreateOrEditMuteList.tsx | 4 ++-- src/view/com/modals/DeleteAccount.tsx | 6 +++--- src/view/com/modals/ListAddRemoveUser.tsx | 2 +- src/view/com/modals/report/ReportAccount.tsx | 2 +- src/view/com/search/Suggestions.tsx | 4 ++-- src/view/screens/SearchMobile.tsx | 2 +- src/view/screens/Settings.tsx | 8 ++++---- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/lib/labeling/const.ts b/src/lib/labeling/const.ts index e406d71ad8..908826f177 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 41787bb5fc..67453f111a 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 9236968c43..bb2ac3ef84 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 a5c74bc0bc..57f922f899 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 e1677d25ca..c2d63ef6e7 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 ead17f72eb..c8941e24d3 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 c9d09373e6..6a2fca5bc9 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 d88021f75f..ac072c479e 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