Skip to content

Commit

Permalink
7.30 special - 14 day trial
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronsutter committed Jul 30, 2021
1 parent 5acdc7f commit 40f6767
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lib/plottr_locales/src/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions lib/plottr_locales/src/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/plottr_locales/src/flipped.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions lib/plottr_locales/src/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/common/licensing/trial_manager.js
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/components/account/ChoiceView.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function ChoiceView(props) {
case 'explain':
return (
<div>
<p>{t("You'll have 30 days")}</p>
<p>{t("You'll have 14 days")}</p>
<p>{t('Access to all the features')}</p>
<p>{t('Create unlimited project files')}</p>
<div style={{ marginTop: '30px' }}>
Expand Down

0 comments on commit 40f6767

Please sign in to comment.