Fix the small typo - #33

This commit is contained in:
Dat Hoang
2018-04-16 22:41:16 +07:00
committed by GitHub
parent 137f0d2ac8
commit ae4743a2f2
+2 -2
View File
@@ -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 = '<a href="https://goo.gl/forms/QIMkNrRIxgERBBcm2" target="_blank">tiếng Việt</a> - <a href="https://goo.gl/forms/N4GxvBtaIg6iryx43" target="_blank">English</a>';
$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 );
}
}
}