From 156139328c11e3629157c913f2583818b303e5a9 Mon Sep 17 00:00:00 2001 From: Aaron Plave Date: Tue, 15 Oct 2024 10:40:22 -0700 Subject: [PATCH] Tweak message --- src/utilities/effects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/effects.ts b/src/utilities/effects.ts index 3d73535b41..40cefbc9ac 100644 --- a/src/utilities/effects.ts +++ b/src/utilities/effects.ts @@ -4680,7 +4680,7 @@ const effects = { await effects.updateView( migratedView.id, { definition: migratedView.definition }, - 'View Automatically Migrated Successfully', + 'View Automatically Migrated', user, ); }