Update ui/src/shared/copy/notifications.ts
Co-Authored-By: ebb-tide <deniz@influxdata.com>pull/12315/head
parent
445b9e2e2a
commit
13f64c3690
|
@ -793,7 +793,7 @@ export const importFailed = (): Notification => ({
|
|||
|
||||
// Templates
|
||||
|
||||
export const ImportTaskSucceeded = (): Notification => ({
|
||||
export const importTaskSucceeded = (): Notification => ({
|
||||
...defaultSuccessNotification,
|
||||
message: `Successfully imported task.`,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue