From 13f64c3690bd1a08a1a03b2f47e0fda467cf1e00 Mon Sep 17 00:00:00 2001 From: Chris Henn Date: Wed, 6 Mar 2019 10:48:39 -0800 Subject: [PATCH] Update ui/src/shared/copy/notifications.ts Co-Authored-By: ebb-tide --- ui/src/shared/copy/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/shared/copy/notifications.ts b/ui/src/shared/copy/notifications.ts index 58ccd4b814..8ae1300726 100644 --- a/ui/src/shared/copy/notifications.ts +++ b/ui/src/shared/copy/notifications.ts @@ -793,7 +793,7 @@ export const importFailed = (): Notification => ({ // Templates -export const ImportTaskSucceeded = (): Notification => ({ +export const importTaskSucceeded = (): Notification => ({ ...defaultSuccessNotification, message: `Successfully imported task.`, })