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 }