style/copy tweaks
This commit is contained in:
@@ -337,24 +337,25 @@ function GroupChatGate() {
|
|||||||
nativeOptions={{preventDismiss: true, preventExpansion: true}}
|
nativeOptions={{preventDismiss: true, preventExpansion: true}}
|
||||||
testID="groupChatGateDialog">
|
testID="groupChatGateDialog">
|
||||||
<Prompt.Content>
|
<Prompt.Content>
|
||||||
<View style={[a.w_full, a.align_center, a.py_2xl]}>
|
<View style={[a.w_full, a.align_center, a.py_3xl]}>
|
||||||
<Text style={{fontSize: 48}} emoji>
|
<Text style={{fontSize: 72}} emoji>
|
||||||
🐴
|
🐴
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<Prompt.TitleText>
|
<Prompt.TitleText style={[a.text_center]}>
|
||||||
{hasBeenReleased ? (
|
{hasBeenReleased ? (
|
||||||
<Trans>Group chats are now available</Trans>
|
<Trans>Group chats are now available</Trans>
|
||||||
) : (
|
) : (
|
||||||
<Trans>Group chats are not yet available</Trans>
|
<Trans>Group chats are not yet available</Trans>
|
||||||
)}
|
)}
|
||||||
</Prompt.TitleText>
|
</Prompt.TitleText>
|
||||||
<Prompt.DescriptionText>
|
<Prompt.DescriptionText style={[a.text_center]}>
|
||||||
{hasBeenReleased ? (
|
{hasBeenReleased ? (
|
||||||
<Trans>Update your app to the latest version to join in!</Trans>
|
<Trans>Update your app to the latest version to join in!</Trans>
|
||||||
) : (
|
) : (
|
||||||
<Trans>
|
<Trans>
|
||||||
This feature isn't available to you yet. Please check back later.
|
Hold your horses! This feature isn't available to you yet. Please
|
||||||
|
check back later.
|
||||||
</Trans>
|
</Trans>
|
||||||
)}
|
)}
|
||||||
</Prompt.DescriptionText>
|
</Prompt.DescriptionText>
|
||||||
|
|||||||
Reference in New Issue
Block a user