diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerTranslationSection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerTranslationSection.tsx
index fc9eef3ff..0e1a8bb29 100644
--- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerTranslationSection.tsx
+++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/BannerTranslationSection.tsx
@@ -61,10 +61,8 @@ export function BannerTranslationSection({
render={({ field }) => (
+ {"Use {{privacy_policy_link}} to insert the privacy policy link."}
)}
diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelTranslationSection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelTranslationSection.tsx
index cc66e362c..82dbefff5 100644
--- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelTranslationSection.tsx
+++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PanelTranslationSection.tsx
@@ -75,6 +75,7 @@ export function PanelTranslationSection({
+ {"Use {{necessary_category}} to refer to the required cookies category name."}
)}
diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderTranslationSection.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderTranslationSection.tsx
index b7576bd9f..ae9bbd02f 100644
--- a/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderTranslationSection.tsx
+++ b/apps/console/src/pages/organizations/cookie-banners/configuration/translations/_components/PlaceholderTranslationSection.tsx
@@ -51,6 +51,7 @@ export function PlaceholderTranslationSection({
+ {"Use {{category}} to refer to the content category."}
)}