diff options
author | v12mike <github@ingenious.co.nz> | 2019-09-11 04:52:07 -0400 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-21 13:44:20 +0100 |
commit | 92362441bd17dd18fb006a7b9f7a05c65ed2b432 (patch) | |
tree | 477b0120e42e470f083b9a8835c58ff2e5b653ba /phpBB/styles/prosilver/template | |
parent | 78a913581c727801240758c0a8c3bfae86d124ca (diff) | |
download | forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.gz forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.bz2 forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.xz forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.zip |
[ticket/9837] Make unapproved posts visible to posters
Add tests
Tidy up code
Improve user message formatting
PHPBB3-9837
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index f627852969..6af33f2f87 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -308,7 +308,7 @@ <!-- ELSE --> <p class="post-notice unapproved"> <span><i class="icon fa-exclamation icon-red fa-fw" aria-hidden="true"></i></span> - <strong>{L_POST_UNAPPROVED}</strong> + <strong>{L_POST_UNAPPROVED_EXPLAIN}</strong> </p> <!-- ENDIF --> <!-- ELSEIF postrow.S_POST_DELETED --> |