From 4f0e2547bf204296afbf8af541d521c8ecba8148 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 16 Sep 2015 10:29:33 +0200 Subject: [PATCH] Fixing ADMIN.PROJECT_VALUES.ERROR_DELETE_ALL translation --- app/coffee/modules/admin/project-values.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")