Translation fixes

This commit is contained in:
2013-03-04 09:36:17 +01:00
parent 798281bbe2
commit 730f910881
8 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module ApplicationHelper
super(*args)
end
def are_you_sure?(record)
def are_you_sure?(record = nil)
t('helpers.links.are_you_sure')
end