From 6a60c00e22404f690cd3db1bee4ec0c6f68125d1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 26 Oct 2017 11:24:53 -0400 Subject: [PATCH] added note about english for enpass --- src/app/tools/toolsImportController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/tools/toolsImportController.js b/src/app/tools/toolsImportController.js index 602a37719b..6c8f5b7bff 100644 --- a/src/app/tools/toolsImportController.js +++ b/src/app/tools/toolsImportController.js @@ -102,7 +102,8 @@ id: 'enpasscsv', name: 'Enpass (csv)', instructions: $sce.trustAsHtml('Using the Enpass desktop application, navigate to "File" > "Export" > ' + - '"As CSV". Select "Yes" to the warning alert and save the CSV file.') + '"As CSV". Select "Yes" to the warning alert and save the CSV file. Note that the importer only fully ' + + 'supports files exported while Enpass is set to the English language, so adjust your settings accordingly.') }, { id: 'safeincloudxml',