Skip to:
Content

BuddyPress.org

Ticket #4918: 4918.patch

File 4918.patch, 533 bytes (added by ethitter, 13 years ago)
  • bp-templates/bp-legacy/js/buddypress.js

     
    889889                                                jq(this).html( BP_DTheme.accepted ).contents().unwrap();
    890890                                        } else {
    891891                                                action_div.children('a.accept').hide();
    892                                                 jq(this).html( BP_DTheme.accepted ).contents().unwrap();
     892                                                jq(this).html( BP_DTheme.rejected ).contents().unwrap();
    893893                                        }
    894894                                });
    895895                        }