diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-07-31 14:40:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 06:40:39 -0700 |
commit | 33e071494881b13696e24b334857e594f29a4b1d (patch) | |
tree | 0df36ba73e3f66f498640be6be86cb7ae4ad5e20 | |
parent | b3d207c7b9578314ae0e67ef6f3b8186585156ad (diff) | |
download | voidsky-33e071494881b13696e24b334857e594f29a4b1d.tar.zst |
tweak case of labels in SearchResults.tsx (#8759)
-rw-r--r-- | src/screens/Search/SearchResults.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Search/SearchResults.tsx b/src/screens/Search/SearchResults.tsx index b626c9329..4c4068417 100644 --- a/src/screens/Search/SearchResults.tsx +++ b/src/screens/Search/SearchResults.tsx @@ -255,7 +255,7 @@ let SearchScreenPostResults = ({ <Trans> <InlineLinkText style={[pal.link]} - label={_(msg`sign in`)} + label={_(msg`Sign in`)} to={'#'} onPress={showSignIn}> Sign in @@ -263,7 +263,7 @@ let SearchScreenPostResults = ({ <Text style={t.atoms.text_contrast_medium}> or </Text> <InlineLinkText style={[pal.link]} - label={_(msg`create an account`)} + label={_(msg`Create an account`)} to={'#'} onPress={showCreateAccount}> create an account |