Changing the error message when file not schanned. (#8104)

This commit is contained in:
rohit_patil
2024-10-21 16:46:36 +05:30
committed by GitHub
parent 30917d8f9b
commit 381b5faae0

View File

@@ -537,7 +537,7 @@ const ScanResourcesForm = ({
{errors && errors.length > 0 && (
<div className="notice error margin-top-sm">
<p>
<strong>Error while scanning for resources to import:</strong>
<strong>Error while scanning for resources to import: </strong>
{errors[0]}
</p>
</div>