Hi @johnymas ,
Apologies, as I realized it late.
In the screenshot that you sent in your initial post, that is a user-defined string. And that is why you cannot translate it using Loco. However, you should see the translation that you did when you create a new form.
I understand that it can be confusing because that part is also present in the strings for Loco translate. The string is available in Loco because in the development of the plugin, it follows the internationalization standard to be translatable, and its string is also a part of the POT file. Unfortunately, it is also a user-defined string, which kind of clashes with that idea.
If the user or admin has not interacted with the field, most translation plugins load the string from the PO files. But once the user has saved the entry, then the translation is picked up from the post’s meta values in the database.
With all that said, the best solution is to change it on the form itself. That label on the donation form can be edited by going to the form that you want to edit, then going to its block settings like so — https://share.zight.com/z8u9L0Dy.
You can read more about this in here — https://givewp.com/documentation/core/give-forms/visual-form-builder/#block-settings.
Please let me know if you have further questions.
I’m always happy to help!