[design] improve data clear modal message

This commit is contained in:
zombieFox 2019-08-14 15:11:40 +01:00
parent e2f25a0c23
commit 042c6d8f50
4 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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);

View File

@ -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(".");

View File

@ -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"