View file resources/lang/en/socials.php

File size: 519B
<?php

return [
    'text_choice'       => 'Select a social network to bind',
    'text_confirm'      => 'Are you sure you want to remove the link',
    'empty_records'     => 'No links to social networks',
    'success_binding'   => 'Binding successfully added!',
    'already_binding'   => 'This social network is already attached!',
    'failed_binding'    => 'Failed to add the binding!',
    'not_found_binding' => 'No link to social network found!',
    'success_deleted'   => 'Binding successfully removed!',
];