fix: remove translation tag from css textarea placeholder (#2803)

This commit is contained in:
Lucas Smith
2026-05-13 15:17:34 +10:00
committed by GitHub
parent bc184d445f
commit a8efb6f495
@@ -512,7 +512,7 @@ export function BrandingPreferencesForm({
<FormItem className="flex-1">
<FormControl>
<Textarea
placeholder={t`/* Write CSS targeting your signing pages. Selectors are scoped automatically. */
placeholder={`/* Write CSS targeting your signing pages. Selectors are scoped automatically. */
.my-button {
background: red;
}`}