Commit d0513d3a by Torkel Ödegaard

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

parent 0da60a8b
...@@ -172,8 +172,8 @@ export class DashboardModel { ...@@ -172,8 +172,8 @@ export class DashboardModel {
} }
appEvents.emit('confirm-modal', { appEvents.emit('confirm-modal', {
title: 'Delete', title: 'Remove Row',
text: 'Are you sure you want to delete this row?', text: 'Are you sure you want to remove this row?',
icon: 'fa-trash', icon: 'fa-trash',
yesText: 'Delete', yesText: 'Delete',
onConfirm: () => { onConfirm: () => {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
</li> </li>
<li> <li>
<a ng-click="ctrl.onMenuDeleteRow()"> <a ng-click="ctrl.onMenuDeleteRow()">
<i class="fa fa-trash"></i> Delete row <i class="fa fa-trash"></i> Remove row
</a> </a>
</li> </li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment