fixes typos and spec for budgets investments

This commit is contained in:
Alberto Garcia Cabeza
2017-01-08 22:17:14 +01:00
parent 64366ba1f6
commit 8722699cd8
7 changed files with 16 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ class Budget < ActiveRecord::Base
end
def translated_phase
I18n.t "budget.phase.#{phase}"
I18n.t "budgets.phase.#{phase}"
end
def formatted_amount(amount)