misc: adapt account deletion button label to explanation text (#60153)

This commit is contained in:
Frédéric Péters 2021-12-29 12:34:42 +01:00
parent 82e1b8f21d
commit 4e97acc419
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
link in this email in order to complete the deletion process.
{% endblocktrans %}
</p>
<button class="submit-button" name="submit">{% trans "Send the code" %}</button>
<button class="submit-button" name="submit">{% trans "Send message" %}</button>
<button class="cancel-button" name="cancel" formnovalidate>{% trans "Cancel" %}</button>
</form>
{% endblock %}