JoomShaper/SP-Easy-Image-Gallery

Hardcoded text

tisba73 opened this issue · 1 comments

In modules/mod_speasyimagegallery/tmpl/albums.php at line 75, the texts "Photos" and "Photo" are hardcoded instead of being retrieved from text file... It should be something like:

Text::_('MOD_SPEASYIMAGEGALLERY_PHOTOS')

and

Text::_('MOD_SPEASYIMAGEGALLERY_PHOTO')

where both "MOD_SPEASYIMAGEGALLERY_PHOTOS" and "MOD_SPEASYIMAGEGALLERY_PHOTO" should be added to the text file

Thanks, we add this