File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 154154 < div class ="l-unit__stat-cols clearfix ">
155155 < div class ="l-unit__stat-col l-unit__stat-col--left "> < ?=__('Quota')?> :</ div >
156156 < div class ="l-unit__stat-col l-unit__stat-col--right ">
157- < b > < ? echo __($data[$key]['QUOTA']) ?> </ b >
157+ < b > < ?= __(humanize_usage_size( $data[$key]['QUOTA'])) ?> </ b > < ?=__(humanize_usage_measure($data[$key]['QUOTA'])) ? >
158158 </ div >
159159 </ div >
160160 </ td >
Original file line number Diff line number Diff line change 142142 < div class ="l-unit__stat-cols clearfix ">
143143 < div class ="l-unit__stat-col l-unit__stat-col--left "> < ?=__('Quota')?> :</ div >
144144 < div class ="l-unit__stat-col l-unit__stat-col--right ">
145- < b > < ? echo __($data[$key]['QUOTA'])?> </ b >
145+ < b > < ?= __(humanize_usage_size( $data[$key]['QUOTA'])) ?> </ b > < ?=__(humanize_usage_measure($data[$key]['QUOTA'])) ? >
146146 </ div >
147147 </ div >
148148 </ td >
You can’t perform that action at this time.
0 commit comments