Error messages text change not updating on site
-
Hi,
I have made changes to the fepublishing.php file to update the error messages to the following. But when refreshing the page the old error messages remains:
$fep_messages = array( 'unsaved_changes_warning' => __('You have unsaved changes. Proceed anyway?', 'frontend-publishing'), 'confirmation_message' => __('Are you sure?', 'frontend-publishing'), 'media_lib_string' => __('Choose Image', 'frontend-publishing'), 'required_field_error' => __('You missed one or more required fields', 'frontend-publishing'), 'general_form_error' => __('Your submission has errors. Please try again!', 'frontend-publishing'), 'title_short_error' => __('The title is too short and must be at least 2 words', 'frontend-publishing'), 'title_long_error' => __('The title is too long and cannot contain more than 12 words', 'frontend-publishing'), 'article_short_error' => __('The article is too short, it must be at least 300 characters', 'frontend-publishing'), 'article_long_error' => __('The article is too long, it cannot be more than 2000 characters', 'frontend-publishing'), 'bio_short_error' => __('The bio is too short and must contain at least 30 words', 'frontend-publishing'), 'bio_long_error' => __('The bio is too long and cannot contain more than 100 words', 'frontend-publishing'), 'too_many_article_links_error' => __('A maximum of 2 links are allowed in the article body', 'frontend-publishing'), 'too_many_bio_links_error' => __('A maximum of 2 links are allowed in the bio', 'frontend-publishing'), 'too_few_tags_error' => __("You need to add at least 1 tag", 'frontend-publishing'), 'too_many_tags_error' => __('A maximum of 5 tags is allowed', 'frontend-publishing'), 'featured_image_error' => __('You need to choose a featured image', 'frontend-publishing') );
Any idea why this is happening?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error messages text change not updating on site’ is closed to new replies.