diff --git a/frontend/src/components/Form-Add.vue b/frontend/src/components/Form-Add.vue index 4ff459bc..3f9298f4 100644 --- a/frontend/src/components/Form-Add.vue +++ b/frontend/src/components/Form-Add.vue @@ -127,12 +127,12 @@
-
@@ -198,8 +198,8 @@ const addDownload = () => { }); } -const resetStorage = () => { - if (!confirm('Are you sure you want to reset the storage?')) { +const resetConfig = () => { + if (!confirm('Are you sure you want to reset the local configuration? this will NOT delete any downloads or server configuration.')) { return; } selectedFormat.value = 'any';