diff --git a/packages/pl-fe/src/locales/en.json b/packages/pl-fe/src/locales/en.json
index c46dae7e1..1bae8d00a 100644
--- a/packages/pl-fe/src/locales/en.json
+++ b/packages/pl-fe/src/locales/en.json
@@ -1825,7 +1825,7 @@
"url_privacy.rules_url.placeholder": "Rules URL",
"url_privacy.save": "Save",
"url_privacy.strip_metadata": "Strip metadata from uploaded images",
- "url_privacy.strip_metadata.hint": "Removes EXIF metadata such as geolocation from images before hitting the server. This is usually done server-side, regardless of client settings.",
+ "url_privacy.strip_metadata.hint": "Removes metadata such as EXIF tags, including geolocation, from images before hitting the server. This is usually done server-side, regardless of client settings.",
"url_privacy.strip_metadata.hint_no_permission": "This option requires additional permissions to function. Please enable canvas extraction permission in your browser settings.",
"url_privacy.update.fail": "Failed to update rules database URL",
"url_privacy.update.success": "Successfully updated rules database",
diff --git a/packages/pl-fe/src/pages/settings/privacy.tsx b/packages/pl-fe/src/pages/settings/privacy.tsx
index d6a2d9297..d1a39f667 100644
--- a/packages/pl-fe/src/pages/settings/privacy.tsx
+++ b/packages/pl-fe/src/pages/settings/privacy.tsx
@@ -208,7 +208,7 @@ const Privacy = () => {
label={}
hint={
hasCanvasExtractPermission
- ?
+ ?
:
}
>