Plugin Directory

Changeset 3057293


Ignore:
Timestamp:
03/23/2024 09:07:09 AM (2 years ago)
Author:
kp4coder
Message:

MEssage changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sync-post-with-other-site/trunk/includes/sps_settings.view.php

    r2675064 r3057293  
    1010    echo '<div id="message" class="updated notice notice-success is-dismissible">';
    1111    echo '<p>';
    12     echo (isset($_SESSION['sps_msg']) && $_SESSION['sps_msg']!='') ? $_SESSION['sps_msg'] : 'Something went wrong.';
     12    echo (isset($_SESSION['sps_msg']) && $_SESSION['sps_msg']!='') ? $_SESSION['sps_msg'] : 'Something went wrong. Please try again';
    1313    echo '</p>';
    1414    echo '<button type="button" class="notice-dismiss"><span class="screen-reader-text">'.__('Dismiss this notice.',SPS_txt_domain).'</span></button>';
Note: See TracChangeset for help on using the changeset viewer.