Remove duplicate colon from Size string
Change-Id: I23354aae9427183bb79e4b51b2c8c29b3519e7ae Closes-bug: #1298991
This commit is contained in:
parent
79088c8eea
commit
e1f32355cd
@ -1,7 +1,7 @@
|
||||
{% load i18n %}
|
||||
<ul>
|
||||
<li>{% trans "Object Count: " %}{{ container.container_object_count }}</li>
|
||||
<li>{% trans "Size: " %}: {{ container.container_bytes_used|filesizeformat }}</li>
|
||||
<li>{% trans "Size: " %}{{ container.container_bytes_used|filesizeformat }}</li>
|
||||
<li>{% trans "Access: " %}
|
||||
{% if container.public_url %}
|
||||
<a href="{{ container.public_url }}">{% trans "Public" %}</a>
|
||||
@ -9,4 +9,4 @@
|
||||
{% trans "Private" %}
|
||||
{% endif %}
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user