change /view-order/2877/ to /orders/2877/

i want change view-order to orders

before : /my-account/view-order/2877/

after : /my-account/orders/2877/

path : /plugins/woocommerce/includes/class-wc-order.php | line 1675

/**
 * Generates a URL to view an order from the my account page.
 *
 * @return string
 */
public function get_view_order_url() {
    return apply_filters( 'woocommerce_get_view_order_url', wc_get_endpoint_url( 'view-order', $this->get_id(), wc_get_page_permalink( 'myaccount' ) ), $this );
}