Fix typo on user edit page.

Change styling of version number and changelog button.
This commit is contained in:
Tim 2015-08-19 00:03:49 +02:00
parent 7e99eb7a2a
commit 13e6a70a30
2 changed files with 4 additions and 6 deletions

View file

@ -61,7 +61,7 @@ DOCUMENTATION :: END
% if data['user_id']:
<div class="form-group">
<button class="btn btn-danger" id="delete-all-history">Purge</button>
<p class="help-block">DANGER ZONE! Click the purge button to remote all history logged for this user. This is permanent!</p>
<p class="help-block">DANGER ZONE! Click the purge button to remove all history logged for this user. This is permanent!</p>
</div>
% endif
</fieldset>