Skip to content

Commit 34fdfd9

Browse files
authored
Update home.component.html
1 parent 0e29c41 commit 34fdfd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AddressOwnershipTool.Web/ClientApp/src/app/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<small>Directory path is required.</small>
2020
</div>
2121
<div *ngIf="directoryForm.get('directoryPath')?.errors?.directoryNotFound" class="invalid-feedback">
22-
<small>Directory not found. {{directoryForm.get('directoryPath')?.errors?.directoryNotFound}}</small>
22+
<small>Directory not found.</small>
2323
</div>
2424
</div>
2525
<button type="submit" class="btn btn-primary" [disabled]="!directoryForm.get('directoryPath')?.valid">Submit</button>

0 commit comments

Comments
 (0)