From 9b7931d5a0095dda78e2dbc79b6c844862b78bf1 Mon Sep 17 00:00:00 2001 From: brantje Date: Sat, 15 Oct 2016 16:22:20 +0200 Subject: [PATCH] Correct passpack description --- js/importers/importer-passpackcsv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/importers/importer-passpackcsv.js b/js/importers/importer-passpackcsv.js index cb26e95c..ab852024 100644 --- a/js/importers/importer-passpackcsv.js +++ b/js/importers/importer-passpackcsv.js @@ -7,7 +7,7 @@ PassmanImporter.passpackCsv = { info: { name: 'Passpack csv', id: 'passpackCsv', - description: 'Create an csv export with the following options enabled: http://i.imgur.com/CaeTA4d.png' + description: 'Go to Tools -> Export. Select Comma Separated Values, All entries then continue.' } };