mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
change strings
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -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.',
|
||||
});
|
||||
|
||||
@@ -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!',
|
||||
});
|
||||
},
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user