How do I activate changes to frappe/ERPNext Desk labels

Hello,

For example, in Contact, “Is Primary Mobile” is too long/wide for mobile devices.

I’ve shorten it in json file.

Now how do I activate the changes?

I don’t know, I thought I need to use wnf.py. But it is not in v13.49.

What to do please?

bench clear-cache

You can also use the Translation doctype (search for Translation List). Create an english to english translation and this will effectively overwrite built-in labels.

2 Likes

Wow! The English-to-English method is brilliant!

Excellent help! Thank you!

Just, run command:
bench restart
which restart all bench services and clear cache automatically…