tweak case of labels in SearchResults.tsx (#8759)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user