Fix “translation” of ‘(opcional)’ for fields in Spanish and Catalan

This commit is contained in:
jordi fita mas 2023-01-31 15:43:47 +01:00
parent e56e08a68f
commit 3b3c3bd302
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ input.width-2x {
[lang="ca"] input:not([required]) + label::after
, [lang="es"] input:not([required]) + label::after {
content: " (optional)"
content: " (opcional)"
}
.input label, .input input:focus ~ label {