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:
Ron Rennick 2021-01-07 15:17:48 -04:00 committed by GitHub
parent df37133e8a
commit 14a5e75689
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class WC_Beta_Tester_Import_Export {
}
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;
}