first js translation for admin interface

This commit is contained in:
Florian Vallen
2015-12-13 18:18:33 +01:00
committed by elf Pavlik
parent ec6962ea2c
commit 7192f12a49

View File

@@ -7,5 +7,5 @@ angular.module("ofn.admin").controller "AdminEnterpriseRolesCtrl", ($scope, Ente
$scope.EnterpriseRoles.create($scope.user_id, $scope.enterprise_id)
$scope.delete = (enterprise_role) ->
if confirm("Are you sure?")
if confirm(t('are_you_sure'))
$scope.EnterpriseRoles.delete enterprise_role