From 042c6d8f50bda04848407bd456479a225f0746d4 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Wed, 14 Aug 2019 15:11:40 +0100 Subject: [PATCH] [design] improve data clear modal message --- package.json | 2 +- src/js/data.js | 2 +- src/js/version.js | 2 +- src/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f4e68864..8868498b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nighttab", - "version": "3.72.1", + "version": "3.73.0", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", "main": "index.js", "scripts": { diff --git a/src/js/data.js b/src/js/data.js index db59ec0e..d968c2c0 100644 --- a/src/js/data.js +++ b/src/js/data.js @@ -107,7 +107,7 @@ var data = (function() { render.clear = function() { var clearContent = helper.node("div"); - var para1 = helper.node("p:Are you sure you want to clear all nightTab Bookmarks and Settings?. nightTab will restore to the default state."); + var para1 = helper.node("p:Are you sure you want to clear all nightTab Bookmarks and Settings? nightTab will be restore to the default state."); var para2 = helper.node("p:This can not be undone."); clearContent.appendChild(para1); clearContent.appendChild(para2); diff --git a/src/js/version.js b/src/js/version.js index 7c0227cd..8c3cfee4 100644 --- a/src/js/version.js +++ b/src/js/version.js @@ -1,7 +1,7 @@ var version = (function() { - var current = "3.72.1"; + var current = "3.73.0"; var compare = function(a, b) { var pa = a.split("."); diff --git a/src/manifest.json b/src/manifest.json index e2aec1b3..d39ec473 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "nightTab", "short_name": "nightTab", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", - "version": "3.72.1", + "version": "3.73.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html"