Fixing template syntax
A quote was removed in a recent translation bug fix that causes a template syntax exception resulting in an error on the page when attempting to create a pseudo folder. This fix allows for pseudo folder creation again. Closes-Bug: #1382191 Change-Id: Icd94b601205657985a015a4ef7527878586a189f
This commit is contained in:
parent
4382c8f4b2
commit
0245407f44
@ -14,7 +14,7 @@
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="right">
|
||||
<h3>{% trans "Description: %}</h3>
|
||||
<h3>{% trans "Description:" %}</h3>
|
||||
<p><strong>{% trans "Pseudo-folder:" %}</strong> {% trans "Within a container you can group your objects into pseudo-folders, which behave similarly to folders in your desktop operating system, with the exception that they are virtual collections defined by a common prefix on the object's name. A slash (/) character is used as the delimiter for pseudo-folders in the Object Store." %}</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user