diff --git a/bob/bio/face/config/baseline/helpers.py b/bob/bio/face/config/baseline/helpers.py
index d506c1d6fc27e755c78766f3ce5b0de7b88f8087..9e03d0027a932b1112bfd15bde493fef6a47a126 100644
--- a/bob/bio/face/config/baseline/helpers.py
+++ b/bob/bio/face/config/baseline/helpers.py
@@ -78,7 +78,7 @@ def embedding_transformer_default_cropping(cropped_image_size, annotation_type):
 
     else:
 
-        logger.warning(f"Annotation type {annotation_type} is not handled. Input images will be fully scaled.")
+        logger.warning(f"Annotation type {annotation_type} is not supported. Input images will be fully scaled.")
         cropped_positions = None
 
     return cropped_positions
@@ -137,7 +137,7 @@ def legacy_default_cropping(cropped_image_size, annotation_type):
 
     else:
 
-        logger.warning(f"Annotation type {annotation_type} is not handled. Input images will be fully scaled.")
+        logger.warning(f"Annotation type {annotation_type} is not supported. Input images will be fully scaled.")
         cropped_positions = None
 
     return cropped_positions