diff --git a/back/report_template.html b/back/report_template.html
index 3c13801f..962ff988 100755
--- a/back/report_template.html
+++ b/back/report_template.html
@@ -36,7 +36,7 @@
- |
+ |
diff --git a/front/plugins/README.md b/front/plugins/README.md
index 6563f8b7..1efe4a9c 100755
--- a/front/plugins/README.md
+++ b/front/plugins/README.md
@@ -1,6 +1,6 @@
### 🔌 Plugins & 📚 Docs
-| Is required | CurrentScan | Unique Code Prefix | Plugin Type | Link |
+| Required | CurrentScan | Unique Prefix | Plugin Type | Link + Docs |
|-------------|-------------|-----------------------|------------------------|----------------------------------------------------------|
| | Yes | ARPSCAN | Script | [arp_scan](/front/plugins/arp_scan/) |
| | | CSVBCKP | Script | [csv_backup](/front/plugins/csv_backup/) |
@@ -46,7 +46,7 @@ Example use cases for plugins could be:
* Creating ad-hoc UI tables from existing data in the PiAlert database, e.g. to show all open ports on devices, to list devices that disconnected in the last hour, etc.
* Using other device discovery methods on the network and importing the data as new devices
* Creating a script to create FAKE devices based on user input via custom settings
-* ...at this point the limitation is mostly the creativity than the capability (there might be edge cases and a need to support more form controls for user input off custom settings, but you probably get the idea)
+* ...at this point the limitation is mostly the creativity rather than the capability (there might be edge cases and a need to support more form controls for user input off custom settings, but you probably get the idea)
If you wish to develop a plugin, please check the existing plugin structure. Once the settings are saved by the user they need to be removed from the `pialert.conf` file manually if you want to re-initialize them from the `config.json` of the plugin.
diff --git a/front/plugins/csv_backup/config.json b/front/plugins/csv_backup/config.json
index 7ea4931c..e5f26de3 100755
--- a/front/plugins/csv_backup/config.json
+++ b/front/plugins/csv_backup/config.json
@@ -64,7 +64,7 @@
{
"function": "RUN",
"type": "text.select",
- "default_value":"disabled",
+ "default_value":"schedule",
"options": ["disabled", "once", "schedule", "always_after_scan", "on_new_device"],
"localized": ["name", "description"],
"name" :[{
|