Skip to content

Commit

Permalink
Changing the error message when file not schanned.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpatilok authored and filfreire committed Oct 21, 2024
1 parent 30917d8 commit cbad4db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cbad4db

Please sign in to comment.