From 07bf18168f503334f27f922b498bcf7f48a0dace Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Sun, 12 Apr 2020 14:15:48 +0200 Subject: [PATCH] [ticket/16436] Display correct "no topics" message when filtering by time PHPBB3-16436 --- phpBB/styles/prosilver/template/viewforum_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index da46f4c7fc..b71b0d4b1f 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -250,7 +250,7 @@
- {L_NO_TOPICS} + {{ lang(S_SORT_DAYS ? 'NO_TOPICS_TIME_FRAME' : 'NO_TOPICS') }}