Message change

parent 0f41823c
...@@ -358,7 +358,7 @@ myApp.controller("projectController", function ($scope, myFactory, exportUiGridS ...@@ -358,7 +358,7 @@ myApp.controller("projectController", function ($scope, myFactory, exportUiGridS
$mdDialog.show($mdDialog.alert({ $mdDialog.show($mdDialog.alert({
skipHide: true, skipHide: true,
title:"Attention", title:"Attention",
textContent: 'Employee cannot be add to completed Project', textContent: 'Employee cannot be added to Completed Project',
ok: 'ok' ok: 'ok'
})); }));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment