Browse Source

fix grammar mistake in /templates/user/edit.html template.

stable
Craig Oates 2 years ago
parent
commit
bf007601ea
  1. 2
      templates/user/edit.html

2
templates/user/edit.html

@ -90,7 +90,7 @@
<input required
type="text"
name="DELETE-ACCOUNT-CHECK"
placeholder="Enter your '{{user.username}}' here to confirm deletion...">
placeholder="Enter '{{user.username}}' here to confirm deletion...">
<button class="be-gui-button"
title="Click to update your account details"
type="submit">

Loading…
Cancel
Save