diff --git a/inc/class-wooviet-notices.php b/inc/class-wooviet-notices.php index ebb0588..25e339f 100644 --- a/inc/class-wooviet-notices.php +++ b/inc/class-wooviet-notices.php @@ -86,7 +86,7 @@ class WooViet_Notices { $line1 = __( 'Please help us to improve Woo Viet.', 'woo-viet' ); $line2 = __( 'Rate us!', 'woo-viet' ); - $line3 = __( 'Or run a short survery:', 'woo-viet' ); + $line3 = __( 'Or run a short survey:', 'woo-viet' ); $line4 = 'tiếng Việt - English'; $line5 = __( 'Dismiss this notice', 'woo-viet' ); $link = admin_url( 'admin.php?page=woo-viet&wooviet_dismiss=displaying_survey_after_4_weeks' ); @@ -104,4 +104,4 @@ class WooViet_Notices { ', $line1, $line2, $line3, $line4, $line5, $link ); } -} \ No newline at end of file +}