Commit a437ec98 authored by Mark Harding's avatar Mark Harding

(chore): change text to 24 hours vs day

parent 514184e4
No related merge requests found
Pipeline #78893261 passed with stages
in 18 minutes and 39 seconds
......@@ -301,7 +301,7 @@ class boost implements Interfaces\Api
$maxDaily = Di::_()->get('Config')->get('max_daily_boost_views') / 1000;
return Factory::response([
'status' => 'error',
'message' => "Exceeded maximum of ".$maxDaily." offchain tokens per day."
'message' => "Exceeded maximum of ".$maxDaily." offchain tokens per 24 hours."
]);
}
......
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