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) {
|
if (angular.isDefined(response.status) && response.status === 204) {
|
||||||
toaster.pop({
|
toaster.pop({
|
||||||
type: "success",
|
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")}),
|
body: $translate.instant("TOASTER.SUCCESS_DELETE_BODY", {template: $translate.instant("TOASTER.UNBIND_TARIFF_SUCCESS")}),
|
||||||
showCloseButton: true,
|
showCloseButton: true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue