I want to just update the wording of a few things around ACF for ease of use for my customer without ideally having to setup some kind of multilingual setup within wordpress itself.
I am also trying not to edit the source files of ACF as well, knowing that it is regulararly updated.
Can anyone suggest any way to do this? If I replicate ACF files in my theme for example can they be picked up?
Specific ones I want to change are prompts related to media upload in core/media.php and a few error messages within core/input.php
Thanks for any ideas
Hi @arkid77,
Thanks for the post.
I would recommend you change the strings from the acf.l10n (js) object.
You can have a look at the directory js/input/validation.js for more info on this.