fix typo in prompt user modal default text

This commit is contained in:
andz-bb 2023-04-27 16:06:57 +01:00
parent 9eef7acdb3
commit af48549e09
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?",
["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?",
}
/**