To fix it you can make this change :
in /wp-content/plugins/woo-cart-abandonment-recovery/classes/class-cartflows-ca-loader.php
replace this line :
add_action( ‘init’, array( $this, ‘load_cf_textdomain’ ) );
with this one :
add_action( ‘plugins_loaded’, array( $this, ‘load_cf_textdomain’ ), 5 );