@@ -61,10 +61,8 @@ export function BannerTranslationSection({
|
|||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<Field
|
<Field
|
||||||
label={__(TRANSLATION_LABELS.banner_description)}
|
label={__(TRANSLATION_LABELS.banner_description)}
|
||||||
// description={__(
|
|
||||||
// "Use {{privacy_policy_link}} to insert the privacy policy link.",
|
|
||||||
// )}
|
|
||||||
>
|
>
|
||||||
|
<p className="text-xs text-txt-secondary mb-2">{"Use {{privacy_policy_link}} to insert the privacy policy link."}</p>
|
||||||
<Textarea {...field} rows={3} />
|
<Textarea {...field} rows={3} />
|
||||||
</Field>
|
</Field>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ export function PanelTranslationSection({
|
|||||||
<Field
|
<Field
|
||||||
label={__(TRANSLATION_LABELS.panel_description)}
|
label={__(TRANSLATION_LABELS.panel_description)}
|
||||||
>
|
>
|
||||||
|
<p className="text-xs text-txt-secondary mb-2">{"Use {{necessary_category}} to refer to the required cookies category name."}</p>
|
||||||
<Textarea {...field} rows={3} />
|
<Textarea {...field} rows={3} />
|
||||||
</Field>
|
</Field>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ export function PlaceholderTranslationSection({
|
|||||||
<Field
|
<Field
|
||||||
label={__(TRANSLATION_LABELS.placeholder_text)}
|
label={__(TRANSLATION_LABELS.placeholder_text)}
|
||||||
>
|
>
|
||||||
|
<p className="text-xs text-txt-secondary mb-2">{"Use {{category}} to refer to the content category."}</p>
|
||||||
<Input {...field} />
|
<Input {...field} />
|
||||||
</Field>
|
</Field>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user