Skip to content

Commit 26174cb

Browse files
Lipatakdinev
authored andcommitted
fix(igx-grid): change row editing default text #566 (#2896)
1 parent bf7c69e commit 26174cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</div>
146146
</div>
147147
<ng-template #defaultRowEditText>
148-
You have {{ rowChangesCount }} uncommitted changes on this row
148+
You have {{ rowChangesCount }} changes in this row
149149
</ng-template>
150150
<ng-template #defaultRowEditActions>
151151
<button igxButton igxRowEditTabStop (click)="endRowEdit(false)">Cancel</button>

0 commit comments

Comments
 (0)