diff --git a/resources/views/service-template/index.blade.php b/resources/views/service-template/index.blade.php index ef7255229c..c7c7478d55 100644 --- a/resources/views/service-template/index.blade.php +++ b/resources/views/service-template/index.blade.php @@ -128,7 +128,7 @@ toastr.success(msg); }, error: function () { - toastr.error('@lang('The device group could not be deleted')'); + toastr.error('@lang('The Service Template could not be deleted')'); } }); }