| @@ -706,9 +706,9 @@ | ||
| 706 | 706 | return new WP_REST_Response( |
| 707 | 707 | [ |
| 708 | 708 | 'success' => true, |
| 709 | 709 | 'csv' => $csv_content, |
| 710 | - 'filename' => 'suredonation-donors-export-' . gmdate( 'Y-m-d' ) . '.csv', | |
| 710 | + 'filename' => 'donors-export-' . gmdate( 'Y-m-d' ) . '.csv', | |
| 711 | 711 | 'truncated' => $truncated, |
| 712 | 712 | 'total_count' => $total_count, |
| 713 | 713 | 'exported' => count( $donors ), |
| 714 | 714 | ], |