Merge pull request #10437 from Budibase/budi-6955-typo-in-default-prompt-user-action

fix typo in prompt user modal default text
This commit is contained in:
Martin McKeaveney 2023-05-05 12:02:29 +01:00 committed by GitHub
commit 67813a86a9
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ const confirmTextMap = {
["Save Row"]: "Are you sure you want to save this row?", ["Save Row"]: "Are you sure you want to save this row?",
["Execute Query"]: "Are you sure you want to execute this query?", ["Execute Query"]: "Are you sure you want to execute this query?",
["Trigger Automation"]: "Are you sure you want to trigger this automation?", ["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?",
} }
/** /**