fixed tpyographical error in Admin UI

Merge branch 'develop'
pull/64/head
13621160019@163.com 2021-08-25 17:35:12 +08:00
commit 16412635ba
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});