Budget renewal information showing days until renewal
In en, this message translates to: 'Renews in {days} days'
@override String budgetRenewsIn(int days) { return 'Renouvelle dans $days jours'; }