mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 22:30:38 +02:00
change some words
This commit is contained in:
@ -58,7 +58,7 @@ export const ImportForm = function({
|
|||||||
path: 'bookmark',
|
path: 'bookmark',
|
||||||
id: 'bookmark',
|
id: 'bookmark',
|
||||||
labelText: 'Bookmarks',
|
labelText: 'Bookmarks',
|
||||||
description: `This includes ${this.count.bookmark()} ${this.count.bookmark() > 1 ? `Bookmarks` : `Bookmark`} in ${dataToImport.bookmark.length} ${dataToImport.bookmark.length > 1 ? `Groups` : `Group`}.`
|
description: [`This includes ${this.count.bookmark()} ${this.count.bookmark() > 1 ? `Bookmarks` : `Bookmark`} in ${dataToImport.bookmark.length} ${dataToImport.bookmark.length > 1 ? `Groups` : `Group`}.`, 'Bookmarks will keep any custom Colours, Accents and Borders when imported.']
|
||||||
}),
|
}),
|
||||||
theme: new Control_checkbox({
|
theme: new Control_checkbox({
|
||||||
object: state,
|
object: state,
|
||||||
|
Reference in New Issue
Block a user