From ae4743a2f27d26686ff26c6e7d36bc64a14085cb Mon Sep 17 00:00:00 2001 From: Dat Hoang Date: Mon, 16 Apr 2018 22:41:16 +0700 Subject: [PATCH] Fix the small typo - #33 --- inc/class-wooviet-notices.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}