Skip to content

Commit 449862f

Browse files
authored
Remove extra char after Send reset email button. (#4716)
Mini fix removing extra "≥" char.
1 parent 588d3d8 commit 449862f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hypha/apply/users/templates/users/password_reset

hypha/apply/users/templates/users/password_reset/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 class="text-2xl">{% trans "Forgot password?" %}</h2>
2323
{% endfor %}
2424

2525
<button class="mt-4 w-full sm:w-auto btn btn-primary" type="submit">
26-
{% trans "Send reset email" %}
26+
{% trans "Send reset email" %}
2727
</button>
2828
</form>
2929
</div>

0 commit comments

Comments
 (0)