Skip to content
Snippets Groups Projects
Commit 2d9c1e29 authored by a.croix's avatar a.croix
Browse files

Change phrase to more intuitive one

parent 18c3e719
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5835 failed
......@@ -16,7 +16,7 @@ class Log extends Model
{
$logs = self::where('job_id', '=', $wowa->id)->orderBy('generation', 'desc')->first();
if (!is_object($logs)) {
return "Not begin yet";
return "Calculation in progress...";
}
$generation = $logs->generation + 1;
$generation_number = $wowa->generation_number;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment