Transition Has Direction - Direction text North,South,West etc

Hello!

I want to change the direction text from “North”, “East” etc to “Up”,“Left”,“Right” etc, but I can’t find the part of code that
contains this info.

Can you please help?

Thank you for your time!

Michalis

It’s in the .mo files

So…you will need to download this https://poedit.net/download
Navigate to your CMS -> locale folder
that program will let you open default.pot file in this folder

Open default.pot Click create new translation button
crtf+f (search) north, east etc and change them as you see fit then save, it will save as for example en_GB.po file and changes should be immediately visible in the CMS.

Thank you for your reply Peter! I will try it.