diff options
-rw-r--r-- | phpBB/adm/style/acp_main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index fadb65bd1a..11fbac9b37 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -100,7 +100,7 @@ <thead> <tr> - <th>Forum Statistics</th> + <th>{L_STATISTIC}</th> <th>{L_VALUE}</th> </tr> </thead> @@ -151,7 +151,7 @@ <thead> <tr> - <th>Configuration Statistics</th> + <th>{L_STATISTIC}</th> <th>{L_VALUE}</th> </tr> </thead> |