From 50b256cf7ac7f7ac869451b31bf9ae73428ed25b Mon Sep 17 00:00:00 2001 From: ebb-tide Date: Tue, 8 May 2018 14:34:21 -0700 Subject: [PATCH] Change clone cell notification to reflect cloned cell name --- ui/src/shared/copy/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/shared/copy/notifications.js b/ui/src/shared/copy/notifications.js index e175a152cd..61541ecf57 100644 --- a/ui/src/shared/copy/notifications.js +++ b/ui/src/shared/copy/notifications.js @@ -428,7 +428,7 @@ export const notifyCellCloned = name => ({ ...defaultSuccessNotification, icon: 'duplicate', duration: 1900, - message: `Added "${name}" to dashboard.`, + message: `Added "${name}" (Clone) to dashboard.`, }) export const notifyCellDeleted = name => ({