From fac8c4371aa8ea1a2d5a9755bcb602db8922ad1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Thu, 4 Dec 2025 12:25:00 +0000 Subject: [PATCH] New translations newacceptedrequestnotificationcomponent.json (Spanish) --- .../newAcceptedRequestNotificationComponent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/src/i18n/es/components/notifications/newAcceptedRequestNotificationComponent.json b/frontend/app/src/i18n/es/components/notifications/newAcceptedRequestNotificationComponent.json index 0cd86fce6..6f0e65f8c 100644 --- a/frontend/app/src/i18n/es/components/notifications/newAcceptedRequestNotificationComponent.json +++ b/frontend/app/src/i18n/es/components/notifications/newAcceptedRequestNotificationComponent.json @@ -1,4 +1,4 @@ { - "newAcceptedRequestTitle": "New accepted request", - "newAcceptedRequestSubTitle": " has accepted your follow request" + "newAcceptedRequestTitle": "Nueva solicitud aceptada", + "newAcceptedRequestSubTitle": " ha aceptado tu solicitud de seguimiento" }