From: Brendan Hansen Date: Tue, 1 Oct 2019 16:56:16 +0000 (-0500) Subject: Very small label change X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=fec5068b0363b0b33f2a7317dec61df81afe568c;p=codebox.git Very small label change --- diff --git a/codebox/views/ssr/job_result.moon b/codebox/views/ssr/job_result.moon index a279809..d042c83 100644 --- a/codebox/views/ssr/job_result.moon +++ b/codebox/views/ssr/job_result.moon @@ -112,7 +112,7 @@ class JobResultView extends html.Widget p "------------" if type(@json_data.run_times[i]) == 'number' - p "Run time: #{@json_data.run_times[i]}ms" + p "Run time: #{@json_data.run_times[i]}s" else div class: 'header-line', -> div @message