From fe1589503928d7d6c843f570191c129707d59f48 Mon Sep 17 00:00:00 2001 From: "Hung Q. Le" Date: Sun, 3 Dec 2017 21:22:50 +0700 Subject: [PATCH 1/2] =?UTF-8?q?Updated=20tour=E2=80=99s=20messages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tour/components/slides/Create.jsx | 4 ++-- tour/components/slides/Preview.jsx | 4 ++-- tour/components/slides/Welcome.jsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tour/components/slides/Create.jsx b/tour/components/slides/Create.jsx index 1ee7ea19..d00bee34 100644 --- a/tour/components/slides/Create.jsx +++ b/tour/components/slides/Create.jsx @@ -3,7 +3,7 @@ import path from 'path'; import Slide from '../Slide'; const description = ` -Manta has a simple yet flexible form interface. It keeps things simple by default but remember you can always toggle additional fields when needed. +Manta has a flexible form interface. It keeps things simple by default but you can always turn on/off additional fields whenever you find necessary. `; console.log('__dirname: ', __dirname); @@ -13,7 +13,7 @@ function Create() { Date: Sun, 3 Dec 2017 21:23:46 +0700 Subject: [PATCH 2/2] Bumped Version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb5be7f8..88bb0911 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Manta", "homepage": "https://manta.life", "productName": "Manta", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "description": "Painless invoicing with customizable templates", "author": {