Missing language TEXT

  • reilldesign
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 year 3 months ago #160663 by reilldesign
Missing language TEXT was created by reilldesign
In the dashboard there is a missing text string in the month dropdown.

OS_THIS_MONTH

In the language file is only a OS_CURRENT_MONTH.

 
 
  • Please Log in or Create an account to join the conversation.

    More
    1 year 3 months ago #160722 by Mr. Dam
    Replied by Mr. Dam on topic Missing language TEXT
    Hi,
    You can modify file: root -> administrator -> components -> com_osservicesbooking -> classes -> cpanel.php
    Find:
    $rangeOption[] = HTMLHelper::_('select.option','5',Text::_('OS_THIS_MONTH'));
    and change to
    $rangeOption[] = HTMLHelper::_('select.option','5',Text::_('OS_CURRENT_MONTH'));

    Thanks
    Dam

    Please Log in or Create an account to join the conversation.

    Moderators: Mr. Dam