diff --git a/templates/admin/edit-notifications.php b/templates/admin/edit-notifications.php index 1dad210c..9968940c 100644 --- a/templates/admin/edit-notifications.php +++ b/templates/admin/edit-notifications.php @@ -37,7 +37,7 @@ sprintf( // translators: %s is a URL. __( 'Send me an e-mail for posts of this friend if matches one of my keywords', 'friends' ), - esc_url( add_query_arg( '_wp_http_referer', remove_query_arg( '_wp_http_referer' ), self_admin_url( 'admin.php?page=friends-settings' ) ) ) + esc_url( add_query_arg( '_wp_http_referer', remove_query_arg( '_wp_http_referer' ), self_admin_url( 'admin.php?page=friends-notification-manager' ) ) ) ) ); ?>