Missing language TEXT

  • reilldesign
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
2 years 1 month 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
2 years 1 month ago #160722 by Dang Thuc Dam
Replied by Dang Thuc 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: Dang Thuc Dam