From 29b4a95092b4abe4865ffb17112a50fbeaf0b415 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sat, 14 Aug 2021 13:23:09 +0100 Subject: [PATCH] change some words --- src/component/importForm/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/importForm/index.js b/src/component/importForm/index.js index 1841e101..8d73e6ca 100644 --- a/src/component/importForm/index.js +++ b/src/component/importForm/index.js @@ -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,