Skip to content
Snippets Groups Projects
Commit c498d970 authored by Prasad's avatar Prasad
Browse files

Merge branch 'use_eq_zero' into 'master'

Use LBL_EQ_ZERO instead of LBL_NO for "No matches" message

There's still one place left where LBL_NO wasn't replaced with LBL_EQ_ZERO.

See merge request !45
parents 79c21247 832ab294
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
</div>
{else}
<span class="noDataMsg">
{vtranslate('LBL_NO')} {vtranslate($MODULE_NAME, $MODULE_NAME)} {vtranslate('LBL_MATCHED_THIS_CRITERIA')}
{vtranslate('LBL_EQ_ZERO')} {vtranslate($MODULE_NAME, $MODULE_NAME)} {vtranslate('LBL_MATCHED_THIS_CRITERIA')}
</span>
{/if}
</div>
\ No newline at end of file
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment