If you want to change the text from the "Processing..." screen or the one displayed when there is an error with the form (if the page visitor tries to submit without completing required fields), open Javascript from the right-side menu in your page builder, then paste this code inside the Footer:
You can paste the code in any of the sections (Header, Body or Footer), but since this affects form submit we recommend placing it in the Body or Footer Section, in order to prioritize page loading order correctly.
You can change the text to be in any language of your choosing.
Non-latin characters will break the code so swap all non-latin characters with HTML entities like:
¡ change to ¡
& change to &
" change to "
You can find a full list of HTML entities in this article: https://d.pr/l7ibLh.
You can use this code in order to remove the "Processing..." message completely.
To do that, put a space between the single quotes instead of translating the message, like this:
Translating the -Select one- text from dropdown fields into another language