Title: Changing Button Label?
Last modified: November 13, 2017

---

# Changing Button Label?

 *  Resolved [P3Designs](https://wordpress.org/support/users/p3designs/)
 * (@p3designs)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/changing-button-label/)
 * Hi there,
 * Thanks for this great plugin, much better than the official Woocommerce one. 
   I was just wondering, what php file contains the “Download invoice (PDF)” label?
 * I want to change the label because it’s too long, but I can’t find where it’s
   located. Thanks again!
 * ~ Daniel

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/changing-button-label/#post-9680719)
 * Hi Daniel,
    You can either change this with a code snippet ([more information here](http://docs.wpovernight.com/general/how-to-use-filters/)):
 *     ```
       add_filter( 'wpo_wcpdf_myaccount_button_text', 'wpo_wcpdf_myaccount_button_text', 10, 1 );
       function wpo_wcpdf_myaccount_button_text( $button_text ) {
       	return 'Invoice'; // your preferred button text
       }
       ```
   
 * Or create [custom translations](http://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-translations/).
 * Hope that helps!
    Ewout
 *  Thread Starter [P3Designs](https://wordpress.org/support/users/p3designs/)
 * (@p3designs)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/changing-button-label/#post-10035871)
 * Hi Ewout,
 * Apologies for the delay. Thanks so much for your help, this did the trick. I 
   tried using Ultimate Branding to change the text however the () in the default
   text would not vanish no matter what. But this code worked sweet. Kudos to you!
 * Have a great one!
    ~ Daniel
 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/changing-button-label/#post-10038865)
 * Very glad to hear that Daniel! Let us know if there’s anything else you need 
   help with 🙂
    Ewout

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing Button Label?’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [Change button](https://wordpress.org/support/topic-tag/change-button/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ewout](https://wordpress.org/support/users/pomegranate/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/changing-button-label/#post-10038865)
 * Status: resolved