diff --git a/public/app/features/dashboard/model.ts b/public/app/features/dashboard/model.ts index 7567cb78ce8..205300dde5b 100644 --- a/public/app/features/dashboard/model.ts +++ b/public/app/features/dashboard/model.ts @@ -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: () => { diff --git a/public/app/features/dashboard/row/row.html b/public/app/features/dashboard/row/row.html index fe4a79ccc57..0d6a701a478 100644 --- a/public/app/features/dashboard/row/row.html +++ b/public/app/features/dashboard/row/row.html @@ -22,7 +22,7 @@
  • - Delete row + Remove row