feat: translations
This commit is contained in:
@@ -25,7 +25,7 @@ class MealImageAnalysisController extends Controller
|
||||
report($exception);
|
||||
|
||||
return response()->json([
|
||||
'message' => "Impossible d'analyser l'image pour le moment.",
|
||||
'message' => __('api.meal_image_analysis.failed'),
|
||||
], 502);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user