Skip to:
Content

BuddyPress.org

Changeset 12175


Ignore:
Timestamp:
06/19/2018 02:16:50 AM (7 years ago)
Author:
boonebgorges
Message:

Fix spelling errors in Nouveau AJAX feedback.

Props garrett-eclipse.
Fixes #9515.

Location:
trunk/src/bp-templates/bp-nouveau/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php

    r12156 r12175  
    453453
    454454    if ( empty( $response ) ) {
    455         wp_send_json_error( array( 'error' => __( 'No activites were found.', 'buddypress' ) ) );
     455        wp_send_json_error( array( 'error' => __( 'No activities were found.', 'buddypress' ) ) );
    456456    } else {
    457457        wp_send_json_success( $response );
  • trunk/src/bp-templates/bp-nouveau/includes/messages/ajax.php

    r12156 r12175  
    552552        $error_message = __( 'There was a problem starring your messages. Please try again.', 'buddypress' );
    553553    } else {
    554         $error_message = __( 'There was a problem unstarring your messages. Please try agian.', 'buddypress' );
     554        $error_message = __( 'There was a problem unstarring your messages. Please try again.', 'buddypress' );
    555555    }
    556556
Note: See TracChangeset for help on using the changeset viewer.