From af48549e099b62a130e4ddeaa3dbc1236fd2ed56 Mon Sep 17 00:00:00 2001 From: andz-bb Date: Thu, 27 Apr 2023 16:06:57 +0100 Subject: [PATCH] fix typo in prompt user modal default text --- packages/client/src/utils/buttonActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/utils/buttonActions.js b/packages/client/src/utils/buttonActions.js index 895584b782..5a3842f9a4 100644 --- a/packages/client/src/utils/buttonActions.js +++ b/packages/client/src/utils/buttonActions.js @@ -384,7 +384,7 @@ const confirmTextMap = { ["Save Row"]: "Are you sure you want to save this row?", ["Execute Query"]: "Are you sure you want to execute this query?", ["Trigger Automation"]: "Are you sure you want to trigger this automation?", - ["Prompt User"]: "Are you sure you want to contiune?", + ["Prompt User"]: "Are you sure you want to continue?", } /**