Update includes/class-wc-beta-tester-import-export.php
Fix typo Co-authored-by: Leif Singer <github.2017@singer.sh>
This commit is contained in:
parent
df37133e8a
commit
14a5e75689
|
@ -149,7 +149,7 @@ class WC_Beta_Tester_Import_Export {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! is_readable( $tmp_file ) ) {
|
if ( ! is_readable( $tmp_file ) ) {
|
||||||
$this->add_message( __( 'Fie could not be read.', 'woocommerce-beta-tester' ) );
|
$this->add_message( __( 'File could not be read.', 'woocommerce-beta-tester' ) );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue