We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7c69e commit 26174cbCopy full SHA for 26174cb
projects/igniteui-angular/src/lib/grids/grid/grid.component.html
@@ -145,7 +145,7 @@
145
</div>
146
147
<ng-template #defaultRowEditText>
148
- You have {{ rowChangesCount }} uncommitted changes on this row
+ You have {{ rowChangesCount }} changes in this row
149
</ng-template>
150
<ng-template #defaultRowEditActions>
151
<button igxButton igxRowEditTabStop (click)="endRowEdit(false)">Cancel</button>
0 commit comments