mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-29 23:54:11 +00:00
Remove '.'
This commit is contained in:
parent
9b6e927c7b
commit
7601a75831
@ -1,5 +1,5 @@
|
||||
<div *ngIf="!isDelete && !isUsedFiles">
|
||||
<h1 mat-dialog-title>Do you want delete all projects?.</h1>
|
||||
<h1 mat-dialog-title>Do you want delete all projects?</h1>
|
||||
<div mat-dialog-content>
|
||||
<p>Your selected projects</p>
|
||||
<p *ngFor="let file of deleteData?.deleteFilesPaths; let i = index">{{i+1}}. {{file?.filename}}</p>
|
||||
@ -31,4 +31,4 @@
|
||||
<div mat-dialog-actions align="end">
|
||||
<button mat-raised-button color="primary" (click)="dialogRef.close(false)">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user