diff --git a/src/core/config/OperationConfig.js b/src/core/config/OperationConfig.js
index 80009b85..6041fc89 100755
--- a/src/core/config/OperationConfig.js
+++ b/src/core/config/OperationConfig.js
@@ -3390,9 +3390,9 @@ const OperationConfig = {
},
"Remove EXIF": {
description: [
- "Removes EXIF data from an image.",
+ "Removes EXIF data from a JPEG image.",
"
",
- "EXIF data is metadata embedded in images (JPEG, JPG, TIFF) and audio files.",
+ "EXIF data is metadata embedded in JPEGs.",
"
",
"EXIF data from photos usually contains information about the image file itself as well as the device used to create it.",
].join("\n"),