From 3b3c3bd3022c57f4478206a76e77d50ef7bac444 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Tue, 31 Jan 2023 15:43:47 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Ctranslation=E2=80=9D=20of=20?= =?UTF-8?q?=E2=80=98(opcional)=E2=80=99=20for=20fields=20in=20Spanish=20an?= =?UTF-8?q?d=20Catalan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/numerus.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/numerus.css b/web/static/numerus.css index 3859ec3..f655eeb 100644 --- a/web/static/numerus.css +++ b/web/static/numerus.css @@ -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 {