From d0513d3a5458416f8e61443622fcc2267a8450e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 3 Nov 2016 22:32:04 +0100 Subject: [PATCH] ux(dashboard): changed name of delete row to remove row, #6442 --- public/app/features/dashboard/model.ts | 4 ++-- public/app/features/dashboard/row/row.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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