Update ui/src/shared/copy/notifications.ts

Co-Authored-By: ebb-tide <deniz@influxdata.com>
pull/12315/head
Chris Henn 2019-03-06 10:48:39 -08:00 committed by GitHub
parent 445b9e2e2a
commit 13f64c3690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ export const importFailed = (): Notification => ({
// Templates
export const ImportTaskSucceeded = (): Notification => ({
export const importTaskSucceeded = (): Notification => ({
...defaultSuccessNotification,
message: `Successfully imported task.`,
})