Hi,
You FTP login detail is incorrect so please provide me CPanel login or correct FTP login detail. You can remove given below code at your child theme functions.php file to live your site.
add_filter( 'gettext', 'sf_text_strings', 20, 3 );
function sf_text_strings( $translated_text, $text, $domain ) {
$translated_text = str_ireplace('shopping bag','Suitcase',$translated_text);
$translated_text = __( $translated_text, $domain );
}
return $translated_text;
}
Thanks
Mohammad