fixed typo caused error in Admin UI
parent
3ef7ce386b
commit
1b07a2147d
|
@ -81,7 +81,7 @@ app.controller('CostCenterTariffController', function ($scope, $translate,
|
|||
if (angular.isDefined(response.status) && response.status === 204) {
|
||||
toaster.pop({
|
||||
type: "success",
|
||||
title: popTi$translate.instant("TOASTER.SUCCESS_TITLE"),
|
||||
title: $translate.instant("TOASTER.SUCCESS_TITLE"),
|
||||
body: $translate.instant("TOASTER.SUCCESS_DELETE_BODY", {template: $translate.instant("TOASTER.UNBIND_TARIFF_SUCCESS")}),
|
||||
showCloseButton: true,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue