Submit Button – i18n
-
Hi,
in file includes/fields/submit.php, line 53:
$processing_msg = $plugin_settings['process_label'];This text is not using the gettext syntax.
It should be:$processing_msg = __($plugin_settings['process_label'], 'ninja-forms');Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Submit Button – i18n’ is closed to new replies.