Reword clear actions description
This commit is contained in:
parent
2ec9c923df
commit
0b95cdc1d9
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user