aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDerky <derky@phpbb.com>2018-01-04 21:09:39 +0100
committerDerky <derky@phpbb.com>2018-01-04 21:09:39 +0100
commit2119dee53d6409cbe77ec944fd322e3f8df0dcae (patch)
treef8df095a181a179d56ac2bc0c50424c888f36883 /phpBB/styles
parent4fe09b98b0157309fc7e3da9109e30970575249a (diff)
downloadforums-2119dee53d6409cbe77ec944fd322e3f8df0dcae.tar
forums-2119dee53d6409cbe77ec944fd322e3f8df0dcae.tar.gz
forums-2119dee53d6409cbe77ec944fd322e3f8df0dcae.tar.bz2
forums-2119dee53d6409cbe77ec944fd322e3f8df0dcae.tar.xz
forums-2119dee53d6409cbe77ec944fd322e3f8df0dcae.zip
[ticket/15489] Add NO_FORUMS_IN_CATEGORY message
PHPBB3-15489
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index c3547b3e16..b5e12cdde4 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -253,7 +253,7 @@
<!-- ELSE IF not S_HAS_SUBFORUM -->
<div class="panel">
<div class="inner">
- <strong>{L_NO_FORUMS}</strong>
+ <strong>{L_NO_FORUMS_IN_CATEGORY}</strong>
</div>
</div>
<!-- ENDIF -->