diff options
-rw-r--r-- | src/lib/labeling/const.ts | 2 | ||||
-rw-r--r-- | src/view/com/auth/SplashScreen.tsx | 2 | ||||
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 2 | ||||
-rw-r--r-- | src/view/com/auth/create/Step3.tsx | 2 | ||||
-rw-r--r-- | src/view/com/modals/AddAppPasswords.tsx | 6 | ||||
-rw-r--r-- | src/view/com/modals/ChangeHandle.tsx | 6 | ||||
-rw-r--r-- | src/view/com/modals/CreateOrEditMuteList.tsx | 4 | ||||
-rw-r--r-- | src/view/com/modals/DeleteAccount.tsx | 6 | ||||
-rw-r--r-- | src/view/com/modals/ListAddRemoveUser.tsx | 2 | ||||
-rw-r--r-- | src/view/com/modals/report/ReportAccount.tsx | 2 | ||||
-rw-r--r-- | src/view/com/search/Suggestions.tsx | 4 | ||||
-rw-r--r-- | src/view/screens/SearchMobile.tsx | 2 | ||||
-rw-r--r-- | 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 e406d71ad..908826f17 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 41787bb5f..67453f111 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"> - <Text style={[pal.text, styles.btnLabel]}>Sign in</Text> + <Text style={[pal.text, styles.btnLabel]}>Sign In</Text> </TouchableOpacity> </View> </ErrorBoundary> diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index 9236968c4..bb2ac3ef8 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"> - <Text style={[pal.text, styles.btnLabel]}>Sign in</Text> + <Text style={[pal.text, styles.btnLabel]}>Sign In</Text> </TouchableOpacity> </View> <Text diff --git a/src/view/com/auth/create/Step3.tsx b/src/view/com/auth/create/Step3.tsx index 3d9d47628..bf26231a0 100644 --- a/src/view/com/auth/create/Step3.tsx +++ b/src/view/com/auth/create/Step3.tsx @@ -19,7 +19,7 @@ export const Step3 = observer(({model}: {model: CreateAccountModel}) => { <TextInput testID="handleInput" icon="at" - placeholder="eg alice" + placeholder="e.g. alice" value={model.handle} editable onChange={model.setHandle} diff --git a/src/view/com/modals/AddAppPasswords.tsx b/src/view/com/modals/AddAppPasswords.tsx index 2af9967a7..6117924ae 100644 --- a/src/view/com/modals/AddAppPasswords.tsx +++ b/src/view/com/modals/AddAppPasswords.tsx @@ -184,9 +184,9 @@ export function Component({}: {}) { </Text> ) : ( <Text type="xs" style={[pal.textLight, s.mb10, s.mt2]}> - 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. </Text> )} <View style={styles.btnContainer}> diff --git a/src/view/com/modals/ChangeHandle.tsx b/src/view/com/modals/ChangeHandle.tsx index a5c74bc0b..57f922f89 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 </Text> <View style={styles.titleRight}> {isProcessing ? ( @@ -253,7 +253,7 @@ function ProvidedHandleForm({ <TextInput testID="setHandleInput" style={[pal.text, styles.textInput]} - placeholder="eg alice" + placeholder="e.g. alice" placeholderTextColor={pal.colors.textLight} autoCapitalize="none" keyboardAppearance={theme.colorScheme} @@ -371,7 +371,7 @@ function CustomHandleForm({ <TextInput testID="setHandleInput" style={[pal.text, styles.textInput]} - placeholder="eg alice.com" + placeholder="e.g. alice.com" placeholderTextColor={pal.colors.textLight} autoCapitalize="none" keyboardAppearance={theme.colorScheme} diff --git a/src/view/com/modals/CreateOrEditMuteList.tsx b/src/view/com/modals/CreateOrEditMuteList.tsx index 5e5130b3c..7984ea64c 100644 --- a/src/view/com/modals/CreateOrEditMuteList.tsx +++ b/src/view/com/modals/CreateOrEditMuteList.tsx @@ -157,7 +157,7 @@ export function Component({ <TextInput testID="editNameInput" style={[styles.textInput, pal.border, pal.text]} - placeholder="e.g. Spammers" + placeholder="e.g. spammers" placeholderTextColor={colors.gray4} value={name} onChangeText={v => setName(enforceLen(v, MAX_NAME))} @@ -174,7 +174,7 @@ export function Component({ <TextInput testID="editDescriptionInput" style={[styles.textArea, pal.border, pal.text]} - placeholder="e.g. Users that repeatedly reply with ads." + placeholder="e.g. users that repeatedly reply with ads." placeholderTextColor={colors.gray4} keyboardAppearance={theme.colorScheme} multiline diff --git a/src/view/com/modals/DeleteAccount.tsx b/src/view/com/modals/DeleteAccount.tsx index 72939ec23..b4933a1f2 100644 --- a/src/view/com/modals/DeleteAccount.tsx +++ b/src/view/com/modals/DeleteAccount.tsx @@ -68,7 +68,7 @@ export function Component({}: {}) { <View style={[styles.innerContainer, pal.view]}> <View style={[styles.titleContainer, pal.view]}> <Text type="title-xl" style={[s.textCenter, pal.text]}> - Delete account + Delete Account </Text> <View style={[pal.view, s.flexRow]}> <Text type="title-xl" style={[pal.text, s.bold]}> @@ -93,7 +93,7 @@ export function Component({}: {}) { <> <Text type="lg" style={[styles.description, pal.text]}> For security reasons, we'll need to send a confirmation code to - your email. + your email address. </Text> {error ? ( <View style={s.mt10}> @@ -121,7 +121,7 @@ export function Component({}: {}) { end={{x: 1, y: 1}} style={[styles.btn]}> <Text type="button-lg" style={[s.white, s.bold]}> - Send email + Send Email </Text> </LinearGradient> </TouchableOpacity> diff --git a/src/view/com/modals/ListAddRemoveUser.tsx b/src/view/com/modals/ListAddRemoveUser.tsx index e1677d25c..c2d63ef6e 100644 --- a/src/view/com/modals/ListAddRemoveUser.tsx +++ b/src/view/com/modals/ListAddRemoveUser.tsx @@ -157,7 +157,7 @@ export const Component = observer( return ( <View testID="listAddRemoveUserModal" style={s.hContentRegion}> - <Text style={[styles.title, pal.text]}>Add {displayName} to lists</Text> + <Text style={[styles.title, pal.text]}>Add {displayName} to Lists</Text> <ListsList listsList={listsList} showAddBtns diff --git a/src/view/com/modals/report/ReportAccount.tsx b/src/view/com/modals/report/ReportAccount.tsx index 3ea221a8b..237f2dc5d 100644 --- a/src/view/com/modals/report/ReportAccount.tsx +++ b/src/view/com/modals/report/ReportAccount.tsx @@ -126,7 +126,7 @@ const SelectIssue = ({ return ( <> <Text type="title-xl" style={[pal.text, styles.title]}> - Report account + Report Account </Text> <Text type="xl" style={[pal.text, styles.description]}> What is the issue with this account? diff --git a/src/view/com/search/Suggestions.tsx b/src/view/com/search/Suggestions.tsx index ead17f72e..c8941e24d 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 c9d09373e..6a2fca5bc 100644 --- a/src/view/screens/SearchMobile.tsx +++ b/src/view/screens/SearchMobile.tsx @@ -164,7 +164,7 @@ export const SearchScreen = withAuthRequired( ) : isInputFocused ? ( <View> <Text style={[pal.textLight, styles.searchPrompt]}> - Search for users on the network + Search for users and posts on the network </Text> </View> ) : null} diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index d88021f75..ac072c479 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -276,7 +276,7 @@ export const SettingsScreen = withAuthRequired( <View style={styles.spacer20} /> <Text type="xl-bold" style={[pal.text, styles.heading]}> - Invite a friend + Invite a Friend </Text> <TouchableOpacity testID="inviteFriendBtn" @@ -412,7 +412,7 @@ export const SettingsScreen = withAuthRequired( </TouchableOpacity> <View style={styles.spacer20} /> <Text type="xl-bold" style={[pal.text, styles.heading]}> - Danger zone + Danger Zone </Text> <TouchableOpacity style={[pal.view, styles.linkCard]} @@ -429,12 +429,12 @@ export const SettingsScreen = withAuthRequired( /> </View> <Text type="lg" style={dangerText}> - Delete my account + Delete my account… </Text> </TouchableOpacity> <View style={styles.spacer20} /> <Text type="xl-bold" style={[pal.text, styles.heading]}> - Developer tools + Developer Tools </Text> <Link style={[pal.view, styles.linkCardNoIcon]} |