ux(dashboard): changed name of delete row to remove row, #6442

This commit is contained in:
Torkel Ödegaard 2016-11-03 22:32:04 +01:00
parent 0da60a8bb2
commit d0513d3a54
2 changed files with 3 additions and 3 deletions

View File

@ -172,8 +172,8 @@ export class DashboardModel {
}
appEvents.emit('confirm-modal', {
title: 'Delete',
text: 'Are you sure you want to delete this row?',
title: 'Remove Row',
text: 'Are you sure you want to remove this row?',
icon: 'fa-trash',
yesText: 'Delete',
onConfirm: () => {

View File

@ -22,7 +22,7 @@
</li>
<li>
<a ng-click="ctrl.onMenuDeleteRow()">
<i class="fa fa-trash"></i> Delete row
<i class="fa fa-trash"></i> Remove row
</a>
</li>
</ul>