mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Count things [skip ci]
This commit is contained in:
		| @@ -22,10 +22,10 @@ | ||||
|                 </p> | ||||
|                 <p class="small"> | ||||
|                 {% if account.transactions|length > 0 %} | ||||
|                     {{ Lang.choice('form.also_delete_transactions', account.transactions|length) }} | ||||
|                     {{ Lang.choice('form.also_delete_transactions', account.transactions|length, {count: account.transactions|length}) }} | ||||
|                 {% endif %}<br /> | ||||
|                 {% if account.piggyBanks|length > 0 %} | ||||
|                     {{ Lang.choice('form.also_delete_piggyBanks', account.piggyBanks|length) }} | ||||
|                     {{ Lang.choice('form.also_delete_piggyBanks', account.piggyBanks|length, {count: account.piggyBanks|length}) }} | ||||
|                 {% endif %} | ||||
|                 </p> | ||||
|             </div> | ||||
|   | ||||
| @@ -22,7 +22,7 @@ | ||||
|                 </p> | ||||
|                 <p class="small"> | ||||
|                 {% if bill.transactionjournals|length > 0 %} | ||||
|                     {{ Lang.choice('form.bill_keep_transactions', bill.transactionjournals|length) }} | ||||
|                     {{ Lang.choice('form.bill_keep_transactions', bill.transactionjournals|length,{count: bill.transactionjournals|length}) }} | ||||
|                 {% endif %} | ||||
|                 </p> | ||||
|             </div> | ||||
|   | ||||
| @@ -24,7 +24,7 @@ | ||||
|  | ||||
|                 <p class="small"> | ||||
|                 {% if budget.transactionjournals|length > 0 %} | ||||
|                     {{ Lang.choice('form.budget_keep_transactions', budget.transactionjournals|length) }} | ||||
|                     {{ Lang.choice('form.budget_keep_transactions', budget.transactionjournals|length, {count: budget.transactionjournals|length}) }} | ||||
|                 {% endif %} | ||||
|                 </p> | ||||
|             </div> | ||||
|   | ||||
| @@ -23,7 +23,7 @@ | ||||
|                 </p> | ||||
|                 <p class="small"> | ||||
|                 {% if category.transactionjournals|length > 0 %} | ||||
|                     {{ Lang.choice('form.category_keep_transactions', category.transactionjournals|length) }} | ||||
|                     {{ Lang.choice('form.category_keep_transactions', category.transactionjournals|length, {count: category.transactionjournals|length}) }} | ||||
|                 {% endif %} | ||||
|                 </p> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user