Fix “translation” of ‘(opcional)’ for fields in Spanish and Catalan
This commit is contained in:
parent
e56e08a68f
commit
3b3c3bd302
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue