Reword clear actions description
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jan Bader 2022-01-09 22:30:06 +00:00
parent 337d588c3c
commit 92725c0f26

View File

@ -7,8 +7,8 @@
{{define "main"}} {{define "main"}}
<h1>Danger Zone</h1> <h1>Danger Zone</h1>
<div class="budget-item"> <div class="budget-item">
<a href="/budget/{{.Budget.ID}}/settings/clear">Clear database</a> <a href="/budget/{{.Budget.ID}}/settings/clear">Clear budget</a>
<p>This removes all data and starts from scratch. Not undoable!</p> <p>This removes transactions and assignments to start from scratch. Accounts and categories are kept. Not undoable!</p>
</div> </div>
<div class="budget-item"> <div class="budget-item">
<a href="/budget/{{.Budget.ID}}/settings/clean-negative">Fix all historic negative category-balances</a> <a href="/budget/{{.Budget.ID}}/settings/clean-negative">Fix all historic negative category-balances</a>