From 42a3448abb7d7e226fa4515f300f954028a612ac Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:01:28 -0500 Subject: [PATCH] fix translation (#13516) --- apps/web/public/static/locales/es/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/public/static/locales/es/common.json b/apps/web/public/static/locales/es/common.json index 89db27ee4c..f96edbb883 100644 --- a/apps/web/public/static/locales/es/common.json +++ b/apps/web/public/static/locales/es/common.json @@ -45,7 +45,7 @@ "invite_team_individual_segment": "Invitar individualmente", "invite_team_bulk_segment": "Importar en masa", "invite_team_notifcation_badge": "Inv.", - "your_event_has_been_scheduled": "Tu evento ha sido reprogramado", + "your_event_has_been_scheduled": "Tu evento ha sido programado", "your_event_has_been_scheduled_recurring": "Su evento recurrente se ha programado", "accept_our_license": "Acepte nuestra licencia cambiando la variable .env <1>NEXT_PUBLIC_LICENSE_CONSENT a '{{agree}}'.", "remove_banner_instructions": "Para eliminar este banner, abra su archivo .env y cambie la variable <1>NEXT_PUBLIC_LICENSE_CONSENT a '{{agree}}'.",