Skip to content

Commit

Permalink
Translate error message when failing to send to insights server
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Dec 3, 2021
1 parent 0c4b7eb commit 3a5f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/SupportRESTController.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function callback( WP_REST_Request $request ) {

$response = new WP_Error(
'fail_to_send_data',
'Failed to send support request. Please try again after some time',
__( 'Failed to send support request. Please try again later.', 'amp' ),
[ 'status' => 500 ]
);

Expand Down

0 comments on commit 3a5f4aa

Please sign in to comment.