From f95a63e9be4cabd0351e036eef72c563d0cac608 Mon Sep 17 00:00:00 2001 From: kitleyn Date: Thu, 20 Mar 2025 22:23:56 +0000 Subject: [PATCH] Update minor spelling errors --- Join Zoom with DTMF Zoom Tools/JoinZoom_JoinText_4-1-1.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Join Zoom with DTMF Zoom Tools/JoinZoom_JoinText_4-1-1.js b/Join Zoom with DTMF Zoom Tools/JoinZoom_JoinText_4-1-1.js index 387d287..8dce15a 100644 --- a/Join Zoom with DTMF Zoom Tools/JoinZoom_JoinText_4-1-1.js +++ b/Join Zoom with DTMF Zoom Tools/JoinZoom_JoinText_4-1-1.js @@ -88,7 +88,7 @@ page.passcode = function (input = '[error]', submitButton = 'Next') { duration: 0, feedback: "join_zoom_v_" + config.version + "~03~opr", submit: submitButton, - placeholder: "Enter Passcode of Leave Blank", + placeholder: "Enter Passcode or Leave Blank", type: 'Numeric' //SingleLine/Numeric/Password/PIN } return prompt.textInput(content) @@ -101,7 +101,7 @@ page.passcode.error = function (input = '[error]', submitButton = 'Next') { duration: 0, feedback: "join_zoom_v_" + config.version + "~03~err", submit: submitButton, - placeholder: "Enter Passcode of Leave Blank", + placeholder: "Enter Passcode or Leave Blank", type: 'Numeric' //SingleLine/Numeric/Password/PIN } return prompt.textInput(content, true) @@ -292,4 +292,4 @@ prompt.choice = function (source, error = false) { }) } -export { prompt, page } \ No newline at end of file +export { prompt, page }