/home/techb158/immovalet.com/platform/plugins/social-login/resources/lang/en
Edit: /home/techb158/immovalet.com/platform/plugins/social-login/resources/lang/en/social-login.php (1930B)
[
'title' => 'Social Login settings',
'description' => 'Configure social login options',
'facebook' => [
'title' => 'Facebook login settings',
'description' => 'Enable/disable & configure app credentials for Facebook login',
'app_id' => 'App ID',
'app_secret' => 'App Secret',
'helper' => 'Please go to https://developers.facebook.com to create new app update App ID, App Secret. Callback URL is :callback',
],
'google' => [
'title' => 'Google login settings',
'description' => 'Enable/disable & configure app credentials for Google login',
'app_id' => 'App ID',
'app_secret' => 'App Secret',
'helper' => 'Please go to https://console.developers.google.com/apis/dashboard to create new app update App ID, App Secret. Callback URL is :callback',
],
'github' => [
'title' => 'Github login settings',
'description' => 'Enable/disable & configure app credentials for Github login',
'app_id' => 'App ID',
'app_secret' => 'App Secret',
'helper' => 'Please go to https://github.com/settings/developers to create new app update App ID, App Secret. Callback URL is :callback',
],
'linkedin' => [
'title' => 'Linkedin login settings',
'description' => 'Enable/disable & configure app credentials for Linkedin login',
'app_id' => 'App ID',
'app_secret' => 'App Secret',
'helper' => 'Please go to https://www.linkedin.com/developers/apps/new to create new app update App ID, App Secret. Callback URL is :callback',
],
'enable' => 'Enable?',
],
'menu' => 'Social Login',
];