Commit 48f2b9bd authored by Vinodkumar Chindam's avatar Vinodkumar Chindam

Rename the validation.

parent fe5c02fe
Pipeline #47550 passed with stages
in 31 seconds
......@@ -233,7 +233,7 @@ namespace PharmaStoreReport.Controllers
TempData["error"] = ex.Message;
return Ok(new { success = false, message = "Please process again." });
}
return Ok(new { success = true, message = "Process complited Successfully" });
return Ok(new { success = true, message = "Process Completed Successfully" });
}
/// <summary>
......
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