Skip to content

Commit

Permalink
Add missing textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Oct 16, 2024
1 parent ba973f0 commit 5452a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classifai/Providers/Azure/ComputerVision.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ public function rest_endpoint_callback( $attachment_id, string $route_to_call =
}

if ( empty( $image_url ) ) {
return new WP_Error( 'error', esc_html__( 'Valid image size not found. Make sure the image is less than 4MB.' ) );
return new WP_Error( 'error', esc_html__( 'Valid image size not found. Make sure the image is less than 4MB.', 'classifai' ) );
}

switch ( $route_to_call ) {
Expand Down

0 comments on commit 5452a3a

Please sign in to comment.