[design] change some words

This commit is contained in:
zombieFox 2020-07-20 16:16:46 +01:00
parent b894a91414
commit 70972f02f3
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.56.0",
"version": "5.57.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "5.56.0",
"version": "5.57.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

@ -7,7 +7,7 @@
<button class="control-data-clear button button-line" tabindex="-1">Clear data</button>
</div>
<div class="form-wrap">
<p class="control-data-clear-helper form-helper-item">Wipe all data and restore nightTab to default state.</p>
<p class="control-data-clear-helper form-helper-item">Wipe all data and restore nightTab to the default state.</p>
</div>
</div>
</div>

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "5.56.0";
var current = "5.57.0";
var name = "Jaded Raven";

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": "5.56.0",
"version": "5.57.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"