tweak case of labels in SearchResults.tsx (#8759)

This commit is contained in:
surfdude29
2025-07-31 14:40:39 +01:00
committed by GitHub
parent b3d207c7b9
commit 33e0714948
+2 -2
View File
@@ -255,7 +255,7 @@ let SearchScreenPostResults = ({
<Trans> <Trans>
<InlineLinkText <InlineLinkText
style={[pal.link]} style={[pal.link]}
label={_(msg`sign in`)} label={_(msg`Sign in`)}
to={'#'} to={'#'}
onPress={showSignIn}> onPress={showSignIn}>
Sign in Sign in
@@ -263,7 +263,7 @@ let SearchScreenPostResults = ({
<Text style={t.atoms.text_contrast_medium}> or </Text> <Text style={t.atoms.text_contrast_medium}> or </Text>
<InlineLinkText <InlineLinkText
style={[pal.link]} style={[pal.link]}
label={_(msg`create an account`)} label={_(msg`Create an account`)}
to={'#'} to={'#'}
onPress={showCreateAccount}> onPress={showCreateAccount}>
create an account create an account