From 7f5a8e11cc1ad0a1b4b6a83da9070f7919a5a1b6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 28 Apr 2021 20:20:56 +0200 Subject: [PATCH] =?UTF-8?q?dataset=20=E2=86=92=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * closes #567 --- src/utils/provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/provider.ts b/src/utils/provider.ts index 88185c470..31889187d 100644 --- a/src/utils/provider.ts +++ b/src/utils/provider.ts @@ -35,7 +35,7 @@ export async function fileinfo( return } else { toast.dismiss() // Remove any existing error message - toast.success('Great! That dataset looks good 🐳', { + toast.success('Great! That file looks good. 🐳', { position: 'bottom-right', autoClose: 5000, hideProgressBar: false,