Skip to content

Commit 042c6d8

Browse files
committed
[design] improve data clear modal message
1 parent e2f25a0 commit 042c6d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nighttab",
3-
"version": "3.72.1",
3+
"version": "3.73.0",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/js/data.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ var data = (function(){
107107

108108
render.clear=function(){
109109
varclearContent=helper.node("div");
110-
varpara1=helper.node("p:Are you sure you want to clear all nightTab Bookmarks and Settings?. nightTab will restore to the default state.");
110+
varpara1=helper.node("p:Are you sure you want to clear all nightTab Bookmarks and Settings? nightTab will be restore to the default state.");
111111
varpara2=helper.node("p:This can not be undone.");
112112
clearContent.appendChild(para1);
113113
clearContent.appendChild(para2);

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
varversion=(function(){
33

4-
varcurrent="3.72.1";
4+
varcurrent="3.73.0";
55

66
varcompare=function(a,b){
77
varpa=a.split(".");

‎src/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "3.72.1",
5+
"version": "3.73.0",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)