fix comments

This commit is contained in:
Ansh Nanda
2023-11-08 13:48:42 -08:00
parent 8531a987fd
commit 4805e651cd
7 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export const Step3 = observer(function Step3Impl({
/> />
<Text type="lg" style={[pal.text, s.pl5, s.pt10]}> <Text type="lg" style={[pal.text, s.pl5, s.pt10]}>
<Trans>Your full handle will be</Trans> <Trans>Your full handle will be</Trans>
<Text type="lg-bold" style={pal.text}> <Text type="lg-bold" style={[pal.text, s.ml5]}>
@{createFullHandle(model.handle, model.userDomain)} @{createFullHandle(model.handle, model.userDomain)}
</Text> </Text>
</Text> </Text>
+1 -1
View File
@@ -420,7 +420,7 @@ export const ComposePost = observer(function ComposePost({
accessibilityHint={`Creates a card with a thumbnail. The card links to ${url}`}> accessibilityHint={`Creates a card with a thumbnail. The card links to ${url}`}>
<Text style={pal.text}> <Text style={pal.text}>
<Trans>Add link card:</Trans> <Trans>Add link card:</Trans>
<Text style={pal.link}>{toShortUrl(url)}</Text> <Text style={[pal.link, s.ml5]}>{toShortUrl(url)}</Text>
</Text> </Text>
</TouchableOpacity> </TouchableOpacity>
))} ))}
+3 -3
View File
@@ -129,10 +129,10 @@ export function Component({}: {}) {
</Text> </Text>
) : ( ) : (
<Text type="lg" style={[pal.text]}> <Text type="lg" style={[pal.text]}>
<Text type="lg-bold" style={[pal.text, s.mr5]}>
<Trans>Here is your app password.</Trans>
</Text>
<Trans> <Trans>
<Text type="lg-bold" style={[pal.text]}>
Here is your app password.
</Text>{' '}
Use this to sign into the other app along with your handle. Use this to sign into the other app along with your handle.
</Trans> </Trans>
</Text> </Text>
+3 -4
View File
@@ -132,12 +132,11 @@ export const Component = observer(function Component({
) : ( ) : (
<View> <View>
<Text style={[pal.textLight]}> <Text style={[pal.textLight]}>
<Text type="md-bold" style={[pal.textLight]}> <Text type="md-bold" style={[pal.textLight, s.mr5]}>
<Trans>Not Applicable</Trans> <Trans>Not Applicable.</Trans>
</Text> </Text>
<Trans> <Trans>
. This warning is only available for posts with media This warning is only available for posts with media attached.
attached.
</Trans> </Trans>
</Text> </Text>
</View> </View>
+1 -1
View File
@@ -234,7 +234,7 @@ export const FeedItem = observer(function FeedItemImpl({
/> />
{authors.length > 1 ? ( {authors.length > 1 ? (
<> <>
<Text style={[pal.text]}> <Text style={[pal.text, s.mr5, s.ml5]}>
<Trans>and</Trans> <Trans>and</Trans>
</Text> </Text>
<Text style={[pal.text, s.bold]}> <Text style={[pal.text, s.bold]}>
+1 -1
View File
@@ -648,7 +648,7 @@ function ExpandedPostDetails({
<Text style={pal.textLight}>{niceDate(post.indexedAt)}</Text> <Text style={pal.textLight}>{niceDate(post.indexedAt)}</Text>
{needsTranslation && ( {needsTranslation && (
<> <>
<Text style={pal.textLight}></Text> <Text style={[pal.textLight, s.ml5, s.mr5]}></Text>
<Link href={translatorUrl} title="Translate"> <Link href={translatorUrl} title="Translate">
<Text style={pal.link}> <Text style={pal.link}>
<Trans>Translate</Trans> <Trans>Translate</Trans>