Missing language TEXT

  • reilldesign
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 months 2 weeks 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.

  • Mr. Dam
  • Away
  • Administrator
  • Administrator
More
7 months 2 weeks 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