Change clone cell notification to reflect cloned cell name

pull/10616/head
ebb-tide 2018-05-08 14:34:21 -07:00 committed by Andrew Watkins
parent 5a3a90f5c2
commit 50b256cf7a
1 changed files with 1 additions and 1 deletions

View File

@ -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 => ({