From 3e5e318ef5b59a27ceb7a486f2ed473b04bac374 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Sat, 25 Nov 2023 16:47:57 +0300 Subject: [PATCH] Clarified reset config. --- frontend/src/components/Form-Add.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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';