Update reports.tpl

Update translation
This commit is contained in:
Ahmad Husein 2024-08-21 15:15:27 +07:00 committed by GitHub
parent c4281f1d54
commit e21b766a7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
<center> <center>
<label> <label>
<input type="checkbox" id="show_chart" onclick="return setShowChart()"> <input type="checkbox" id="show_chart" onclick="return setShowChart()">
Show chart {Lang::T('Show chart')}
</label> </label>
</center> </center>
<hr style="margin: 1px;"> <hr style="margin: 1px;">
@ -73,7 +73,7 @@
</div> </div>
<div class="box box-primary box-solid"> <div class="box box-primary box-solid">
<div class="box-header"> <div class="box-header">
<h3 class="box-title">{Lang::dateFormat($sd)} - {Lang::dateFormat($ed)} <sup>Max 30 days</sup></h3> <h3 class="box-title">{Lang::dateFormat($sd)} - {Lang::dateFormat($ed)} <sup>{Lang::T('Max 30 days')}</sup></h3>
</div> </div>
<div class="box-body row" style="height: 300px;"> <div class="box-body row" style="height: 300px;">
<canvas id="line_cart"></canvas> <canvas id="line_cart"></canvas>