Title: Wrong label
Last modified: February 25, 2019

---

# Wrong label

 *  Resolved [giannic](https://wordpress.org/support/users/giannic/)
 * (@giannic)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wrong-label-2/)
 * Hi,
 * in the file templates/checkout/form-summary.php line 23, I found this
 *  <span class=”llms-label”><?php _e( ‘Terms’, ‘lifterlms’ ); ?>:</span>
    <span
   class=”price-regular”><?php echo $plan->get_price( ‘price’ ); ?></span>
 * but I think that the label is wrong, It should be a price, I mean that the right
   code has to be this
 * <span class=”llms-label”><?php _e( ‘Price’, ‘lifterlms’ ); ?>:</span>
    24 <span
   class=”price-regular”><?php echo $plan->get_price( ‘price’ ); ?></span>
 * because the class is price and the label has to be “price”
 * what do you think about?
 * Regards
    Giovanni

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

 *  [Thomas Patrick Levy](https://wordpress.org/support/users/thomasplevy/)
 * (@thomasplevy)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wrong-label-2/#post-11247592)
 * [@giannic](https://wordpress.org/support/users/giannic/),
 * You’re ignoring all the other information that follows the price, namely expiration
   details.
 * This is NOT just a place where the price is displayed. All of the information(
   all of the “Terms”) of the subscription the student is about to enter into is
   being displayed here. So no, this isn’t the wrong label.
 * Of course we can argue about whether or not this is the “correct” language to
   use here or not and while I do like arguing, I only like to argue about things
   that are impossible to customize and you can very easily “translate” this language
   on your site should you disagree with me.
 * Here’s how: [https://lifterlms.com/docs/how-do-i-customize-the-text-of-lifterlms-buttons-and-more/](https://lifterlms.com/docs/how-do-i-customize-the-text-of-lifterlms-buttons-and-more/)
 * If you really feel that this is language that should be adjusted please open 
   a bug report in GitHub and we’ll discuss the language with the team in a future
   meeting and determine if this is something that we should consider changing: 
   [https://github.com/gocodebox/lifterlms/issues](https://github.com/gocodebox/lifterlms/issues)
 * Best,
 *  Thread Starter [giannic](https://wordpress.org/support/users/giannic/)
 * (@giannic)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wrong-label-2/#post-11250324)
 * Hi Patrick,
 * I want explain that my post wasn’t a criticism but I wanted to your opinion and
   discuss with you if you believed that it was a mistake because I think that this
   plugin is fantastic and I wanted to improve it
 * so that’s all
 * Best
 *  [Thomas Patrick Levy](https://wordpress.org/support/users/thomasplevy/)
 * (@thomasplevy)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wrong-label-2/#post-11251799)
 * [@giannic](https://wordpress.org/support/users/giannic/),
 * Criticism welcomed and as I noted, if you want me to consider changing the codebase
   please open an issue on GitHub where we can discuss it further. I try to keep
   this support forum to support issues. Changes, feature request, bug reports, 
   etc… are best kept to our preferred avenue of communication about this things.
   In this case it’s GitHub. Open a new issue and propose some changes (noting that
   this isn’t just a price field) and we’ll consider them.
 * Best,

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

The topic ‘Wrong label’ is closed to new replies.

 * ![](https://ps.w.org/lifterlms/assets/icon.svg?rev=2034507)
 * [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes](https://wordpress.org/plugins/lifterlms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lifterlms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lifterlms/)
 * [Active Topics](https://wordpress.org/support/plugin/lifterlms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lifterlms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lifterlms/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Thomas Patrick Levy](https://wordpress.org/support/users/thomasplevy/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/wrong-label-2/#post-11251799)
 * Status: resolved