1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

Ui bug repair (#2735)

This commit is contained in:
杨顺强
2018-12-29 16:16:20 +08:00
committed by Daniel Pan
parent 9cc48e8502
commit c01420e3e9
9 changed files with 15 additions and 26 deletions

View File

@@ -129,7 +129,7 @@ class Account extends Component {
</div>
<div id="space-traffic">
<div className="item">
<p>{gettext('Used')}: {this.state.quotaUsage} / {this.state.quotaTotal}</p>
<p>{gettext('Used:')}{' '}{this.state.quotaUsage} / {this.state.quotaTotal}</p>
<div id="quota-bar"><span id="quota-usage" className="usage" style={{width: this.state.usageRate}}></span></div>
</div>
</div>