On the homepage of the JA Hotel template v1.0.3 quickstart installation, there are 3 ACM modules published to "section-2" position. Each of those 3 ACM modules has a button showing "View All".
However, these button texts were not in the language file, instead, they were hardcoded in the php file inside the foler /templates/ja_hotel/acm/ .
If the button text was hardcoded, that means, we can not translate them via language file. The worse is, we can not make it work on multi-lingual website.
So, I think this is not a good idea to hardcode the button texts inside php files.
You can also find out that, this is not only in one single php file, but in many php files of different "type" of ACM module.
Could you please move all interface strings of ACM module into its language file?
Thank you.