mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/11837] Replace escaped single quote with utf-8 single quote
PHPBB3-11837
This commit is contained in:
parent
b7ab068bbc
commit
3c6c1ec5f2
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ $lang = array_merge($lang, array(
|
|||
'UCP_AUTH_LINK_ID' => 'Unique identifier',
|
||||
'UCP_AUTH_LINK_LINK' => 'Link',
|
||||
'UCP_AUTH_LINK_MANAGE' => 'Manage external account associations',
|
||||
'UCP_AUTH_LINK_NOT_SUPPORTED' => 'Linking board accounts to external services is not supported by this board\'s current authentication method.',
|
||||
'UCP_AUTH_LINK_NOT_SUPPORTED' => 'Linking board accounts to external services is not supported by this board’s current authentication method.',
|
||||
'UCP_AUTH_LINK_TITLE' => 'Manage your external account associations',
|
||||
'UCP_AUTH_LINK_UNLINK' => 'Unlink',
|
||||
'UCP_COPPA_BEFORE' => 'Before %s',
|
||||
|
|
Loading…
Add table
Reference in a new issue