diff options
| author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-29 12:55:57 -0400 |
|---|---|---|
| committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-29 12:56:25 -0400 |
| commit | bcdeafedd7178d27dcd0fafd4b22cddeaefc80b0 (patch) | |
| tree | 6d8996c779b58655deb4583fac65d2c899666c00 /phpBB/styles | |
| parent | 75206c74be23e17b2661faa0693cd308cab4d382 (diff) | |
| download | forums-bcdeafedd7178d27dcd0fafd4b22cddeaefc80b0.tar forums-bcdeafedd7178d27dcd0fafd4b22cddeaefc80b0.tar.gz forums-bcdeafedd7178d27dcd0fafd4b22cddeaefc80b0.tar.bz2 forums-bcdeafedd7178d27dcd0fafd4b22cddeaefc80b0.tar.xz forums-bcdeafedd7178d27dcd0fafd4b22cddeaefc80b0.zip | |
[feature/oauth] Login works on login_link now, still does not actually link
PHPBB3-11673
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_login_link.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_login_link.html b/phpBB/styles/prosilver/template/ucp_login_link.html index 5a03e08bc5..1c1fbdf528 100644 --- a/phpBB/styles/prosilver/template/ucp_login_link.html +++ b/phpBB/styles/prosilver/template/ucp_login_link.html @@ -8,7 +8,7 @@ <p>{L_LOGIN_LINK_EXPLAIN}</p> <!-- IF LOGIN_LINK_ERROR --><div class="content"> - <div class="error">{LOGIN_ERROR}</div> + <div class="error">{LOGIN_LINK_ERROR}</div> </div><!-- ENDIF --> <div class="content"> |
