How can you change the text of the submit button in the following form?
<form action="procesar.php" method="POST">
<label for="nombre">Name:</label>
<input type="text" id="nombre" name="nombre" required>
<button type="submit">Send</button>
</form>