Skip to content

Commit 656aba1

Browse files
author
standlove
committed
updated hint
1 parent 17b5023 commit 656aba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/add-value-form/add-value-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</mat-form-field>
4040

4141
<button mat-icon-button (click)="onRemoveItem(getItemArray(),i)" *ngIf="!isEditMode && getItemArray().length > 1"
42-
matTooltip="Delete Value">
42+
matTooltip="Delete">
4343
<i class="material-icons delete-icon">delete</i>
4444
</button>
4545
</div>

0 commit comments

Comments
 (0)