Add headers description

This commit is contained in:
Owen
2025-09-30 21:46:44 -07:00
parent a2dae8aa13
commit 70914e836f
2 changed files with 7 additions and 1 deletions

View File

@@ -1489,6 +1489,11 @@ export default function ReverseProxyTargets(props: {
rows={4}
/>
</FormControl>
<FormDescription>
{t(
"customHeadersDescription"
)}
</FormDescription>
<FormMessage />
</FormItem>
)}