mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
change strings
This commit is contained in:
@@ -68,6 +68,7 @@ export const GetPremium = ({close, context = 'global', offset = 0}) => {
|
|||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
top: offset,
|
top: offset,
|
||||||
|
maxWidth:"100%",
|
||||||
transform: [
|
transform: [
|
||||||
{
|
{
|
||||||
translateX: translate,
|
translateX: translate,
|
||||||
@@ -77,7 +78,7 @@ export const GetPremium = ({close, context = 'global', offset = 0}) => {
|
|||||||
<Heading
|
<Heading
|
||||||
size={SIZE.md}
|
size={SIZE.md}
|
||||||
color="white"
|
color="white"
|
||||||
style={{maxWidth: '75%', paddingRight: 6}}>
|
style={{maxWidth: '70%', paddingRight: 6}}>
|
||||||
{msg.title}
|
{msg.title}
|
||||||
{'\n'}
|
{'\n'}
|
||||||
<Paragraph size={SIZE.sm} color="white">
|
<Paragraph size={SIZE.sm} color="white">
|
||||||
@@ -95,6 +96,7 @@ export const GetPremium = ({close, context = 'global', offset = 0}) => {
|
|||||||
title="Get Now"
|
title="Get Now"
|
||||||
type="inverted"
|
type="inverted"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</Animated.View>
|
</Animated.View>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -460,7 +460,7 @@ export const ActionSheetComponent = ({
|
|||||||
() => {
|
() => {
|
||||||
eSendEvent(eShowGetPremium, {
|
eSendEvent(eShowGetPremium, {
|
||||||
context: 'sheet',
|
context: 'sheet',
|
||||||
title: 'Get Notesnook Pro',
|
title: 'Add Notes to Vault',
|
||||||
desc:
|
desc:
|
||||||
'With Notesnook Pro you can add notes to your vault and do so much more! Get it now.',
|
'With Notesnook Pro you can add notes to your vault and do so much more! Get it now.',
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -94,9 +94,9 @@ const ExportDialog = () => {
|
|||||||
() => {
|
() => {
|
||||||
eSendEvent(eShowGetPremium, {
|
eSendEvent(eShowGetPremium, {
|
||||||
context: 'export',
|
context: 'export',
|
||||||
title: 'Get Notesnook Pro',
|
title: 'Export in PDF, Markdown & HTML',
|
||||||
desc:
|
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, {
|
eSendEvent(eShowGetPremium, {
|
||||||
context: 'export',
|
context: 'export',
|
||||||
title: 'Get Notesnook Pro',
|
title: 'Export in PDF, Markdown & HTML',
|
||||||
desc:
|
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, {
|
eSendEvent(eShowGetPremium, {
|
||||||
context: 'export',
|
context: 'export',
|
||||||
title: 'Get Notesnook Pro',
|
title: 'Export in PDF, Markdown & HTML',
|
||||||
desc:
|
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!',
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -104,8 +104,8 @@ export const Menu = React.memo(
|
|||||||
style={{textAlign: 'center'}}
|
style={{textAlign: 'center'}}
|
||||||
color={colors.icon}
|
color={colors.icon}
|
||||||
size={SIZE.xs}>
|
size={SIZE.xs}>
|
||||||
You have not pinned anything yet. You can pin notebook topics and
|
You have not pinned anything yet. You can pin topics and tags
|
||||||
tags here.
|
here.
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</View>
|
</View>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|||||||
Reference in New Issue
Block a user