Skip to content

Commit

Permalink
ux(dashboard): changed name of delete row to remove row, grafana#6442
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo committed Nov 3, 2016
1 parent 0da60a8 commit d0513d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/app/features/dashboard/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: () => {
Expand Down
2 changes: 1 addition & 1 deletion public/app/features/dashboard/row/row.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d0513d3

Please sign in to comment.