Skip to content

Commit

Permalink
Change the text for the number of properties available.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcashero committed Dec 8, 2019
1 parent 67dbe0e commit 91f94e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Expand Up @@ -32,12 +32,11 @@
</div>

<tal:listings tal:condition="listings">
<h2 i18n:domain="plone"
tal:condition="results"><span
<h2 tal:condition="results"><span
i18n:translate="batch_x_items_matching_your_criteria"><span
i18n:name="number"
tal:omit-tag=""
tal:content="results">234</span> items matching your search terms</span></h2>
tal:content="results">234</span> properties available</span></h2>

<div metal:use-macro="context/batch_macros/macros/navigation" />

Expand Down
Expand Up @@ -33,12 +33,11 @@
</div>

<tal:listings tal:condition="listings">
<h2 i18n:domain="plone"
tal:condition="results"><span
<h2 tal:condition="results"><span
i18n:translate="batch_x_items_matching_your_criteria"><span
i18n:name="number"
tal:omit-tag=""
tal:content="results">234</span> items matching your search terms</span></h2>
tal:content="results">234</span> properties available</span></h2>

<div metal:use-macro="context/batch_macros/macros/navigation" />

Expand Down

0 comments on commit 91f94e5

Please sign in to comment.