mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Make suggested savings text translatable
PR #594 introduced suggested savings, this commit makes the text translatable.
This commit is contained in:
		| @@ -72,7 +72,7 @@ | ||||
|                         </tr> | ||||
|                         {% if piggyBank.targetdate %} | ||||
|                         <tr> | ||||
|                             <td>Suggested monthly amount to save</td> | ||||
|                             <td>{{ 'suggested_amount'|_ }}</td> | ||||
|                             <td> | ||||
|                                 {{ suggestedMonthlyAmount(piggyBank)|formatAmount }} | ||||
|                             </td> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user