Title: Cookie consent button
Last modified: April 26, 2018

---

# Cookie consent button

 *  Resolved [InFerYes](https://wordpress.org/support/users/inferyes/)
 * (@inferyes)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/cookie-consent-button/)
 * How do I change the “I agree” button to say “I understand” on the cookie consent
   popover?
 * I have enabled and configured the GDPR plugin with regards to cookies, but I’m
   unable to find the option to change the text on the button. All my cookies are
   required. I have only 1 consent category.
 * There is a screenshot on the plugin page that shows the text “I understand”.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcookie-consent-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Fernando Claussen](https://wordpress.org/support/users/fclaussen/)
 * (@fclaussen)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/cookie-consent-button/#post-10222175)
 * It used to say “I understand” when it was just related to Cookies. Since we’ve
   changed to be cookies and consent we changed it to “I Agree”
 * I can add a filter to allow changing this label.
 *  Plugin Author [Fernando Claussen](https://wordpress.org/support/users/fclaussen/)
 * (@fclaussen)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/cookie-consent-button/#post-10254907)
 * This will be available in the next update as a filter called `gdpr_privacy_bar_button_text`.
 *  [tamsley](https://wordpress.org/support/users/tamsley/)
 * (@tamsley)
 * [8 years ago](https://wordpress.org/support/topic/cookie-consent-button/#post-10301454)
 * Hi there
 * Thanks for a gret plug in Fernando. Please, how can I translate I agree to spanish?
 * Thanks
 *  Plugin Author [Fernando Claussen](https://wordpress.org/support/users/fclaussen/)
 * (@fclaussen)
 * [8 years ago](https://wordpress.org/support/topic/cookie-consent-button/#post-10308622)
 * Hi [@tamsley](https://wordpress.org/support/users/tamsley/),
 * You can either use a translation file or use the `gdpr_privacy_bar_button_text`
   filter.
 *  [tamsley](https://wordpress.org/support/users/tamsley/)
 * (@tamsley)
 * [8 years ago](https://wordpress.org/support/topic/cookie-consent-button/#post-10308765)
 * Thanks for your answer, Fernando.
    Sorry my knowledge of wordpress is limited.
   Where is the translation file or how can I use that filter?
 * Big thanks
 *  Plugin Author [Fernando Claussen](https://wordpress.org/support/users/fclaussen/)
 * (@fclaussen)
 * [8 years ago](https://wordpress.org/support/topic/cookie-consent-button/#post-10309125)
 * You can translate it with apps or a plugin like Loco Translate.
 * You can use the filter in your theme functions.php file like this
 *     ```
       add_action( 'gdpr_privacy_bar_button_text', 'my_i_agree_translation );
       function my_i_agree_translation( $text ) {
           return 'estoy de acuerdo';
       }
       ```
   
    -  This reply was modified 8 years ago by [Fernando Claussen](https://wordpress.org/support/users/fclaussen/).

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

The topic ‘Cookie consent button’ is closed to new replies.

 * ![](https://ps.w.org/gdpr/assets/icon.svg?rev=1837142)
 * [GDPR](https://wordpress.org/plugins/gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gdpr/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Fernando Claussen](https://wordpress.org/support/users/fclaussen/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/cookie-consent-button/#post-10309125)
 * Status: resolved