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.
2 parents 06f203a + 26174cb commit 20fba6eCopy full SHA for 20fba6e
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