diff --git a/app/coffee/modules/admin/project-values.coffee b/app/coffee/modules/admin/project-values.coffee index 2a58f101..cd0e6d0d 100644 --- a/app/coffee/modules/admin/project-values.coffee +++ b/app/coffee/modules/admin/project-values.coffee @@ -293,7 +293,7 @@ ProjectValuesDirective = ($log, $repo, $confirm, $location, animationFrame, $tra subtitle = value.name if _.keys(choices).length == 0 - return $confirm.error("ADMIN.PROJECT_VALUES.ERROR_DELETE_ALL") + return $confirm.error($translate.instant("ADMIN.PROJECT_VALUES.ERROR_DELETE_ALL")) title = $translate.instant("ADMIN.COMMON.TITLE_ACTION_DELETE_VALUE") text = $translate.instant("ADMIN.PROJECT_VALUES.REPLACEMENT")