Skip to content

Commit e42f438

Browse files
committed
Merge branch 'develop'
2 parents 2067065 + 96dc7cc commit e42f438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myems-admin/app/controllers/settings/combinedequipment/combinedequipment.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ app.controller('CombinedEquipmentController', function (
256256
} else {
257257
toaster.pop({
258258
type: "error",
259-
title: $translate.instant("TOASTER.ERROR_ADD_BODY", { template: $translate.instant("COMMAND.COMBINED_EQUIPMENT") }),
259+
title: $translate.instant("TOASTER.ERROR_ADD_BODY", { template: $translate.instant("COMMON.COMBINED_EQUIPMENT") }),
260260
body: $translate.instant(response.data.description),
261261
showCloseButton: true,
262262
});

0 commit comments

Comments
 (0)