[design] change some words

This commit is contained in:
zombieFox 2020-08-14 22:01:32 +01:00
parent 4aabcd5b5c
commit 6774235056
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

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

View File

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

@ -88,7 +88,7 @@
</div>
</div>
<div class="form-wrap mb-0">
<p class="control-theme-color-helper form-helper-item">Light and dark shades from this colour are used across nightTabs.</p>
<p class="control-theme-color-helper form-helper-item">Light and dark shades from this colour are used across nightTab.</p>
</div>
<div class="form-wrap">
<div class="form-indent">

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "6.1.1";
var current = "6.2.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": "6.1.1",
"version": "6.2.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"