diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-05 15:34:26 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-05 15:38:03 -0400 |
commit | baa3a750c4cd2112202c40b39d1f3fdf5b05bdb1 (patch) | |
tree | cfaafa1b039ce07fe9e18e685947c88e0689ed8c /phpBB/language | |
parent | 3cbb97316066b606548af5d24b4fe2199533cffe (diff) | |
download | forums-baa3a750c4cd2112202c40b39d1f3fdf5b05bdb1.tar forums-baa3a750c4cd2112202c40b39d1f3fdf5b05bdb1.tar.gz forums-baa3a750c4cd2112202c40b39d1f3fdf5b05bdb1.tar.bz2 forums-baa3a750c4cd2112202c40b39d1f3fdf5b05bdb1.tar.xz forums-baa3a750c4cd2112202c40b39d1f3fdf5b05bdb1.zip |
[feature/oauth] Start general auth linking page
PHPBB3-11673
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 101fc7663a..a25fb54c8c 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -479,6 +479,7 @@ $lang = array_merge($lang, array( 'UCP_ADMIN_ACTIVATE' => 'Please note that you will need to enter a valid email address before your account is activated. The administrator will review your account and if approved you will receive an email at the address you specified.', 'UCP_AIM' => 'AOL Instant Messenger', 'UCP_ATTACHMENTS' => 'Attachments', + 'UCP_AUTH_LINK' => 'Link an external account', 'UCP_COPPA_BEFORE' => 'Before %s', 'UCP_COPPA_ON_AFTER' => 'On or after %s', 'UCP_EMAIL_ACTIVATE' => 'Please note that you will need to enter a valid email address before your account is activated. You will receive an email at the address you provide that contains an account activation link.', |