Translation error on adminLTE template buttons

0

I have developed a project that uses the adminLTE template and the Laravel Framework. But when migrating the project to the production server the buttons in the template are unconfigured. I need your help to solve this problem, follow the images.

Project on Production Server (Ubutun 16.04 lts)

ProjectonTestServer(Apache2.4.29)

    
asked by anonymous 25.07.2018 / 15:14

1 answer

0

This is usually because config / app.php configuration file (language) has characters other than the translation folder name.

If you have en switch to en and vice versa.

    
26.07.2018 / 14:35