diff --git a/src/bp-friends/bp-friends-actions.php b/src/bp-friends/bp-friends-actions.php
index 172b15926..2fb94eadc 100644
a
|
b
|
function friends_action_remove_friend() { |
82 | 82 | bp_core_add_message( __( 'Friendship canceled', 'buddypress' ) ); |
83 | 83 | } |
84 | 84 | |
85 | | } elseif ( 'is_friends' == $friendship_status ) { |
| 85 | } elseif ( 'not_friends' == $friendship_status ) { |
86 | 86 | bp_core_add_message( __( 'You are not yet friends with this user', 'buddypress' ), 'error' ); |
87 | 87 | } else { |
88 | 88 | bp_core_add_message( __( 'You have a pending friendship request with this user', 'buddypress' ), 'error' ); |