From de72dab584d08c67d7f39d871feae9e3c345b923 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:01:55 +0200 Subject: [PATCH] New translations decorator.json (Spanish) --- sepal_ui/message/es/decorator.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sepal_ui/message/es/decorator.json b/sepal_ui/message/es/decorator.json index fc1c154e..95cfed80 100644 --- a/sepal_ui/message/es/decorator.json +++ b/sepal_ui/message/es/decorator.json @@ -1,6 +1,6 @@ { "decorator": { - "no_alert": "", - "no_button": "" + "no_alert": "Debes proporcionar el argumento `alert` ya que el padre no tiene uno", + "no_button": "Debes proporcionar el argumento `button` ya que el padre no tiene uno" } }