Skip to content

Commit

Permalink
fix: improve formatting of message formatting instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsonlive committed Jan 24, 2024
1 parent 75d82fc commit 9c0d8de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ <h2 id="header">Select an Airtable view as a CSV file</h2>
<input type="password" id="dialpad">
<label for="dialpadText">Dialpad User ID</label>
<input type="password" id="dialpadUserId">
<label for="userMessage">Enter the message you want to send. <br /> Put [FIRST_NAME] where you want the person's
name to be, and [REQUEST_URL] where you want a link to the request form to be. <br /> Example: Hola
<label for="userMessage">Enter the message you want to send. <br /> Optionally put [FIRST_NAME] where you want the person's
name to be<br />and [REQUEST_URL] where you want a link to the request form to be. <br /><br /> <b>Example:</b> Hola
[FIRST_NAME] te saluda... [REQUEST_URL]</label>
<input type="text" id="userMessage">
<button id="startButton">Start Parsing</button>
Expand Down Expand Up @@ -589,4 +589,4 @@ <h2 id="header">Select an Airtable view as a CSV file</h2>
</script>
</body>

</html>
</html>

0 comments on commit 9c0d8de

Please sign in to comment.