Special Note Text
For changing the placeholder, you can add the below code in functions.php of your active theme.
add_filter('wfs_special_note_placeholder', function() { return "YOUR TEXT HERE"; } );
Support Desk For Food Store Plugin & Extensions
For changing the placeholder, you can add the below code in functions.php of your active theme.
add_filter('wfs_special_note_placeholder', function() { return "YOUR TEXT HERE"; } );