aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-08-14 17:07:38 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-08-14 17:08:08 -0400
commitd13a1788f0517f3ecb87d1ecedf24833cf3b403a (patch)
treed8341148c9b4dfaf9b1a0295ced8f75db91283e7 /phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
parent59c8db28d61c9b43ac35f734c0b280bef4a4a8b8 (diff)
downloadforums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.tar
forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.tar.gz
forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.tar.bz2
forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.tar.xz
forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.zip
[feature/oauth] Update language constants for ucp_auth_link
PHPBB3-11673
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_auth_link_oauth.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_auth_link_oauth.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html b/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
index a50c786b48..a3e27328cd 100644
--- a/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
+++ b/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html
@@ -10,7 +10,7 @@
</dl>
<dl>
<dt>&nbsp;</dt>
- <dd><input type="submit" name="submit" tabindex="6" value="{L_UNLINK}" class="button1" /></dd>
+ <dd><input type="submit" name="submit" tabindex="6" value="{L_UCP_AUTH_LINK_UNLINK}" class="button1" /></dd>
</dl>
<!-- ELSE -->
<dl>
@@ -18,7 +18,7 @@
</dl>
<dl>
<dt>&nbsp;</dt>
- <dd><input type="submit" name="submit" tabindex="6" value="{L_LINK}" class="button1" /></dd>
+ <dd><input type="submit" name="submit" tabindex="6" value="{L_UCP_AUTH_LINK_LINK}" class="button1" /></dd>
</dl>
<!-- ENDIF-->
</fieldset>