mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-30 16:13:55 +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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user