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>
<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