Place this code in your active themes functions.php file
add_action('woocommerce_product_single_add_to_cart_text', 'product_single_page_button_text_change'); function product_single_page_button_text_change(){ echo 'Add To Bucket'; }