From 06efcf328948ce00c67dbbde1328c71b9a6c05d5 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 6 Sep 2021 18:09:05 +0200 Subject: [PATCH] [fix] Missing link --- app/src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 558d9bb8..4dc932f9 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -496,7 +496,7 @@ "users_import_csv_file": "CSV File", "users_import_update": "Update existing users", "users_import_delete": "Delete non listed users", - "users_import_csv_file_desc": "The CSV file should be in UTF-8 and with columns username, password, groups, email and quota. See example import csv file.", + "users_import_csv_file_desc": "The CSV file should be in UTF-8 and with columns username, password, groups, email and quota. For an example import CSV file, you can export your users in CSV file and change the file.", "users_import_update_desc": "If checked, all existing users contained in the CSV file will be updated with the ne new value", "users_import_delete_desc": "If checked, all existing users that are not in the CSV file will be deleted (and purged).", "users_import_confirm_destructive": "Are you sure you want to delete users that are not present in this file?",