Title: Change Prep Time (minutes)
Last modified: April 2, 2021

---

# Change Prep Time (minutes)

 *  Resolved [sweetcupcake](https://wordpress.org/support/users/sweetcupcake/)
 * (@sweetcupcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/change-prep-time/)
 * I have purchased your premium plugin. I want to change the word “minutes” on 
   Prep Time to “min” or “m” without any additional plugin. Is it possible?
 * Edit: Found on template editor
    -  This topic was modified 5 years, 2 months ago by [sweetcupcake](https://wordpress.org/support/users/sweetcupcake/).

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

 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/change-prep-time/#post-14271579)
 * Looks like you’ve already found the answer. It’s indeed possible to change some
   of those things in the Template Editor: [https://help.bootstrapped.ventures/article/53-template-editor](https://help.bootstrapped.ventures/article/53-template-editor)
 * All other text can also be “translated” through our translation files: [https://help.bootstrapped.ventures/article/128-translating-text-in-the-plugin](https://help.bootstrapped.ventures/article/128-translating-text-in-the-plugin)
 * We recommend using Loco Translate for doing this, as it makes things very easy,
   but you could also use an editor like PoEdit if you don’t want to install that
   plugin.
 *  Thread Starter [sweetcupcake](https://wordpress.org/support/users/sweetcupcake/)
 * (@sweetcupcake)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/change-prep-time/#post-14272439)
 * I used this function
 * function recipeplugin_change_text( $translated_text ) {
    if ( $translated_text
   == ‘minutes’ ) { $translated_text = ‘m’; } return $translated_text; } add_filter(‘
   gettext’, ‘recipeplugin_change_text’, 20 );

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

The topic ‘Change Prep Time (minutes)’ is closed to new replies.

 * ![](https://ps.w.org/wp-recipe-maker/assets/icon-256x256.png?rev=2967063)
 * [WP Recipe Maker](https://wordpress.org/plugins/wp-recipe-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-recipe-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-recipe-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-recipe-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-recipe-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-recipe-maker/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sweetcupcake](https://wordpress.org/support/users/sweetcupcake/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/change-prep-time/#post-14272439)
 * Status: resolved