change strings

This commit is contained in:
ammarahm-ed
2020-11-14 14:17:58 +05:00
parent 7d3bb70e40
commit 06706ad46a
4 changed files with 12 additions and 10 deletions

View File

@@ -68,6 +68,7 @@ export const GetPremium = ({close, context = 'global', offset = 0}) => {
alignSelf: 'center',
justifyContent: 'space-between',
top: offset,
maxWidth:"100%",
transform: [
{
translateX: translate,
@@ -77,7 +78,7 @@ export const GetPremium = ({close, context = 'global', offset = 0}) => {
<Heading
size={SIZE.md}
color="white"
style={{maxWidth: '75%', paddingRight: 6}}>
style={{maxWidth: '70%', paddingRight: 6}}>
{msg.title}
{'\n'}
<Paragraph size={SIZE.sm} color="white">
@@ -95,6 +96,7 @@ export const GetPremium = ({close, context = 'global', offset = 0}) => {
title="Get Now"
type="inverted"
/>
</Animated.View>
);
};

View File

@@ -460,7 +460,7 @@ export const ActionSheetComponent = ({
() => {
eSendEvent(eShowGetPremium, {
context: 'sheet',
title: 'Get Notesnook Pro',
title: 'Add Notes to Vault',
desc:
'With Notesnook Pro you can add notes to your vault and do so much more! Get it now.',
});

View File

@@ -94,9 +94,9 @@ const ExportDialog = () => {
() => {
eSendEvent(eShowGetPremium, {
context: 'export',
title: 'Get Notesnook Pro',
title: 'Export in PDF, Markdown & HTML',
desc:
'With Notesnook Pro you will be able to export your note in PDF, Markdown and HTML formats! Get it today.',
'Get Notesnook Pro to export your note in PDF, Markdown and HTML formats!',
});
},
);
@@ -114,9 +114,9 @@ const ExportDialog = () => {
() => {
eSendEvent(eShowGetPremium, {
context: 'export',
title: 'Get Notesnook Pro',
title: 'Export in PDF, Markdown & HTML',
desc:
'With Notesnook Pro you will be able to export your note in PDF, Markdown and HTML formats! Get it today.',
'Get Notesnook Pro to export your note in PDF, Markdown and HTML formats!',
});
},
);
@@ -142,9 +142,9 @@ const ExportDialog = () => {
() => {
eSendEvent(eShowGetPremium, {
context: 'export',
title: 'Get Notesnook Pro',
title: 'Export in PDF, Markdown & HTML',
desc:
'With Notesnook Pro you will be able to export your note in PDF, Markdown and HTML formats! Get it today.',
'Get Notesnook Pro to export your note in PDF, Markdown and HTML formats!',
});
},
);

View File

@@ -104,8 +104,8 @@ export const Menu = React.memo(
style={{textAlign: 'center'}}
color={colors.icon}
size={SIZE.xs}>
You have not pinned anything yet. You can pin notebook topics and
tags here.
You have not pinned anything yet. You can pin topics and tags
here.
</Paragraph>
</View>
</ScrollView>