change some words

This commit is contained in:
zombieFox 2021-08-14 13:23:09 +01:00
parent 9d2d7a9ce3
commit 29b4a95092
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const ImportForm = function({
path: 'bookmark',
id: 'bookmark',
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({
object: state,