update warning to be more descriptive

This commit is contained in:
daposy 2019-10-16 23:16:38 -07:00
parent ffa85b6537
commit fc20363ed1
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ export const SettingsTasksPanel: FunctionComponent<IProps> = (props: IProps) =>
>
<p>
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.
</p>
</Alert>
);