Merge pull request #5944 from mrgoldy/ticket/16436

[ticket/16436] Display correct "no topics" message when filtering by time
This commit is contained in:
Marc Alexander 2020-09-23 18:53:38 +02:00
commit 6b92f23c81
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -250,7 +250,7 @@
<!-- IF S_IS_POSTABLE --> <!-- IF S_IS_POSTABLE -->
<div class="panel"> <div class="panel">
<div class="inner"> <div class="inner">
<strong>{L_NO_TOPICS}</strong> <strong>{{ lang(S_SORT_DAYS ? 'NO_TOPICS_TIME_FRAME' : 'NO_TOPICS') }}</strong>
</div> </div>
</div> </div>
<!-- ELSE IF not S_HAS_SUBFORUM --> <!-- ELSE IF not S_HAS_SUBFORUM -->