Title: Remove wording
Last modified: March 31, 2025

---

# Remove wording

 *  Resolved [whdsolutions](https://wordpress.org/support/users/whdsolutions/)
 * (@whdsolutions)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/remove-wording/)
 * How do we remove the wording for x 1 person on the booking?
 * Better if it read ‘x 1 lane’
 * [https://ibb.co/7xhyLMWH](https://ibb.co/7xhyLMWH)
    -  This topic was modified 1 year, 2 months ago by [whdsolutions](https://wordpress.org/support/users/whdsolutions/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-wording%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [urosjovanovic](https://wordpress.org/support/users/urosjovanovic/)
 * (@urosjovanovic)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/remove-wording/#post-18391596)
 * Hello,
 * It looks like you’re trying to modify the booking text in Amelia to display “
   x 1 lane” instead of “x 1 person.” Since there’s no direct option in Amelia for
   this, you’d likely need to customize the language or override some of the default
   strings.
 * Here’s what you can try:
    1. **Customizing Translations (via WPML or Loco Translate plugin):**
    2.  - You can use a plugin like **Loco Translate** to modify the language strings
          in the Amelia plugin.
        - Install and activate **Loco Translate**, go to **Loco Translate > Plugins**,
          then select **Amelia**.
        - Search for the string that shows “x 1 person” and replace it with “x 1 lane.”
        - Save the changes, and it should update on the front end.
    3. **Custom Code (if you’re comfortable with it):**
    4.  - You can also add a custom code snippet to change the string, using a filter
          hook if Amelia allows for this. If you’re using a child theme, add the code
          below to your `functions.php`:
    5. phpCopyEdit`add_filter('amelia_booking_string', function($string) { if (strpos(
       $string, 'x 1 person') !== false) { $string = str_replace('x 1 person', 'x 1
       lane', $string); } return $string; });`
 * Let me know if this helps, or if you’d like more guidance!

Viewing 1 replies (of 1 total)

The topic ‘Remove wording’ is closed to new replies.

 * ![](https://ps.w.org/ameliabooking/assets/icon-256x256.png?rev=3429091)
 * [Booking for Appointments and Events Calendar - Amelia](https://wordpress.org/plugins/ameliabooking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ameliabooking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ameliabooking/)
 * [Active Topics](https://wordpress.org/support/plugin/ameliabooking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ameliabooking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ameliabooking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [urosjovanovic](https://wordpress.org/support/users/urosjovanovic/)
 * Last activity: [1 year, 2 months ago](https://wordpress.org/support/topic/remove-wording/#post-18391596)
 * Status: resolved