Spaces:
Sleeping
Sleeping
fix(profile): update button text for clarity
Browse files- templates/profile.html +1 -1
templates/profile.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
{% endfor %}
|
23 |
</div>
|
24 |
|
25 |
-
<br><button type="submit">
|
26 |
</form>
|
27 |
</body>
|
28 |
</html>
|
|
|
22 |
{% endfor %}
|
23 |
</div>
|
24 |
|
25 |
+
<br><button type="submit">Continuar</button>
|
26 |
</form>
|
27 |
</body>
|
28 |
</html>
|