mirror of https://github.com/stashapp/stash.git
update warning to be more descriptive
This commit is contained in:
parent
ffa85b6537
commit
fc20363ed1
|
@ -63,7 +63,8 @@ export const SettingsTasksPanel: FunctionComponent<IProps> = (props: IProps) =>
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
Are you sure you want to Clean?
|
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>
|
</p>
|
||||||
</Alert>
|
</Alert>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue