Spelling mistake

DrWizzle

Verified User
Joined
Aug 8, 2021
Messages
101
Evening guys,

Maybe my ADHD, but this has been bugging me for a while now so I decided to do a bit of digging and fix it. On the WordPress Manager page, there's a glaring spelling mistake, and it's in all the language files as well. I managed to get it sorted, but maybe something for DA build team to look at for another update?

Here it is without correction

1755114967996.png

Fixed!!


1755115092408.png

Main file affected is /usr/local/directadmin/data/skins/evolution/assets/chunks/index-route.CJ63xoLl.js

If it bothers any of you, I managed to fix it by
Bash:
# cd /usr/local/directadmin/data/skins/evolution
# nano assets/chunks/index-route.CJ63xoLl.js
<change instanes to Instances>
# nano ./lang/uk.po 
......
# nano ./lang/dictionary.pot
.......
# systemctl restart directadmin

All language files affected are:

Bash:
root@s2 /usr/local/directadmin/data/skins/evolution # grep -R -o "instane" .
./assets/chunks/index-route.CJ63xoLl.js:instane
./lang/uk.po:instane
./lang/sl.po:instane
./lang/sl.po:instane
./lang/sk.po:instane
./lang/dictionary.pot:instane
./lang/pl.po:instane
./lang/vi.po:instane
./lang/es.po:instane
./lang/cs.po:instane
./lang/tr.po:instane
./lang/hu.po:instane
./lang/nl.po:instane
./lang/pt_BR.po:instane
 
Back
Top