diff --git a/lib/plottr_locales/src/en.json b/lib/plottr_locales/src/en.json index cccaa3f6b..9c5a7cbeb 100644 --- a/lib/plottr_locales/src/en.json +++ b/lib/plottr_locales/src/en.json @@ -1421,8 +1421,8 @@ "You should have received an email with a code": { "message": "You should have received an email with a code" }, - "You'll have 30 days": { - "message": "You''ll have 30 days" + "You'll have 14 days": { + "message": "You''ll have 14 days" }, "You're on the latest version": { "message": "You''re on the latest version" diff --git a/lib/plottr_locales/src/es.json b/lib/plottr_locales/src/es.json index f12e238c7..c8b9d9755 100644 --- a/lib/plottr_locales/src/es.json +++ b/lib/plottr_locales/src/es.json @@ -785,8 +785,8 @@ "You should have received a license key after your purchase.": { "message": "Deberías haber recibido una clave de licencia tras la compra." }, - "You'll have 30 days": { - "message": "Tendrás 30 días" + "You'll have 14 days": { + "message": "Tendrás 14 días" }, "Your Plottr file was exported to a .docx file": { "message": "Tu archivo de Plottr se exportó como un archivo .docx" diff --git a/lib/plottr_locales/src/flipped.json b/lib/plottr_locales/src/flipped.json index 0fcac35fe..7de722b14 100644 --- a/lib/plottr_locales/src/flipped.json +++ b/lib/plottr_locales/src/flipped.json @@ -1421,7 +1421,7 @@ "You should have received an email with a code": { "message": "(╯°□°)╯︵ ǝpoɔ ɐ ɥʇıʍ ʃıɐɯǝ uɐ pǝʌıǝɔǝɹ ǝʌɐɥ pʃnoɥs no⅄" }, - "You'll have 30 days": { + "You'll have 14 days": { "message": "(╯°□°)╯︵ sʎɐp 0Ɛ ǝʌɐɥ ʃʃ,,no⅄" }, "You're on the latest version": { diff --git a/lib/plottr_locales/src/fr.json b/lib/plottr_locales/src/fr.json index 04e052487..1c8ea0538 100644 --- a/lib/plottr_locales/src/fr.json +++ b/lib/plottr_locales/src/fr.json @@ -1778,8 +1778,8 @@ "You should have received an email with a code": { "message": "You should have received an email with a code" }, - "You'll have 30 days": { - "message": "You'll have 30 days" + "You'll have 14 days": { + "message": "You'll have 14 days" }, "You're on the latest version": { "message": "You're on the latest version" diff --git a/package.json b/package.json index 73b097832..132db51fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plottr", - "version": "2021.7.29", + "version": "2021.7.30", "description": "A visual story-planning tool", "repository": "https://github.com/cameronsutter/plottr_electron.git", "homepage": "plottr.com", diff --git a/src/common/licensing/trial_manager.js b/src/common/licensing/trial_manager.js index 150fdc42b..b1dffa347 100644 --- a/src/common/licensing/trial_manager.js +++ b/src/common/licensing/trial_manager.js @@ -1,6 +1,6 @@ import { useTrialInfo, trialStore } from '../utils/store_hooks' -const TRIAL_LENGTH = 30 +const TRIAL_LENGTH = 14 const EXTENSIONS = 2 export function useTrialStatus() { diff --git a/src/dashboard/components/account/ChoiceView.js b/src/dashboard/components/account/ChoiceView.js index d0158da78..d7c1ca13d 100644 --- a/src/dashboard/components/account/ChoiceView.js +++ b/src/dashboard/components/account/ChoiceView.js @@ -28,7 +28,7 @@ export default function ChoiceView(props) { case 'explain': return (
-

{t("You'll have 30 days")}

+

{t("You'll have 14 days")}

{t('Access to all the features')}

{t('Create unlimited project files')}