From fc20363ed197fb70c65b9a9fbbb64bce86fc3459 Mon Sep 17 00:00:00 2001 From: daposy Date: Wed, 16 Oct 2019 23:16:38 -0700 Subject: [PATCH] update warning to be more descriptive --- .../Settings/SettingsTasksPanel/SettingsTasksPanel.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/v2/src/components/Settings/SettingsTasksPanel/SettingsTasksPanel.tsx b/ui/v2/src/components/Settings/SettingsTasksPanel/SettingsTasksPanel.tsx index a6f34a4a5..54e8e7d8c 100644 --- a/ui/v2/src/components/Settings/SettingsTasksPanel/SettingsTasksPanel.tsx +++ b/ui/v2/src/components/Settings/SettingsTasksPanel/SettingsTasksPanel.tsx @@ -63,7 +63,8 @@ export const SettingsTasksPanel: FunctionComponent = (props: IProps) => >

Are you sure you want to Clean? - This will delete metadata and generated files for all files that can't be found. + This will delete db information and generated content + for all scenes that are no longer found in the filesystem.

);