panayiotis96 wrote: Hi,
Is there a way to change the language of the "sign in/up with facebook" text inside the buttons?
Thanks in advance.
I believe that is in the cbconnect-language.php file:
(see your CB Primer Book for instructions and links to transifex projects).
// 6 language strings from file plug_cbconnect/library/Connect.php
'LINK_YOUR_PROVIDER_ACCOUNT' => 'Link your [provider] account',
'LINK_WITH_PROVIDER' => 'Link with [provider]',
'SIGN_UP_WITH_PROVIDER' => 'Sign up with [provider]',
'SIGN_UP_WITH_YOUR_PROVIDER_ACCOUNT' => 'Sign up with your [provider] account',
'SIGN_IN_WITH_PROVIDER' => 'Sign in with [provider]',
'SIGN_IN_WITH_YOUR_PROVIDER_ACCOUNT' => 'Sign in with your [provider] account',