[ticket/16436] Display correct "no topics" message when filtering by time

PHPBB3-16436
This commit is contained in:
mrgoldy 2020-04-12 14:15:48 +02:00
parent c990818200
commit 07bf18168f

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 -->