• Resolved zirtomekno

    (@zirtomekno)


    HI,

    Letter “L” appears after input vale “_al_listing_model_engine_type”.
    Example: “Engine: Diesel L”. Why is there an “L” after the value? It should be “Engine: Diesel”

    I am using theme “The 7”.

    Does anyone knows why, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zirtomekno

    (@zirtomekno)

    I have managed to solve the issue myself.

    auto-listings.php
    Before: “‘label’ => __( ‘Engine (l)’, ‘auto-listings’ )”
    After: “‘label’ => __( ‘Engine ()’, ‘auto-listings’ )”

    Plugin Author Anh Tran

    (@rilwis)

    Hi @zirtomekno,

    The engine is auto added “L” after the value for “engine_l”. If no value for that, it shouldn’t be displayed. We’ve fixed it in this commit and will be available in the next version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Letter “L” after entry’ is closed to new replies.