diff options
Diffstat (limited to 'phpBB/styles')
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_warn_front.html | 2 | ||||
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_warn_list.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_warn_front.html b/phpBB/styles/subSilver/template/mcp_warn_front.html index e250f3109d..20d3a3c129 100755 --- a/phpBB/styles/subSilver/template/mcp_warn_front.html +++ b/phpBB/styles/subSilver/template/mcp_warn_front.html @@ -25,7 +25,7 @@ <tr> <th> {L_USERNAME} </th> <th> {L_WARNINGS} </th> - <th> {L_LATEST_TIME} </th> + <th> {L_LATEST_WARNING_TIME} </th> <th> </th> </tr> <!-- BEGIN highest --> diff --git a/phpBB/styles/subSilver/template/mcp_warn_list.html b/phpBB/styles/subSilver/template/mcp_warn_list.html index 5b23f9705e..8d1bf525a3 100755 --- a/phpBB/styles/subSilver/template/mcp_warn_list.html +++ b/phpBB/styles/subSilver/template/mcp_warn_list.html @@ -10,7 +10,7 @@ <tr> <th> {L_USERNAME} </th> <th> {L_WARNINGS} </th> - <th> {L_LATEST_TIME} </th> + <th> {L_LATEST_WARNING_TIME} </th> <th> </th> </tr> <!-- BEGIN user --> |
