1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/15489] Add NO_FORUMS_IN_CATEGORY message

PHPBB3-15489
This commit is contained in:
Derky
2018-01-04 21:09:39 +01:00
parent 4fe09b98b0
commit 2119dee53d
2 changed files with 2 additions and 1 deletions

View File

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