From d9cc0f82c188dc8a7d290e764697084874ad2bd2 Mon Sep 17 00:00:00 2001 From: Luis Sousa Date: Wed, 2 Jul 2025 23:05:53 +0100 Subject: [PATCH] add internationalization for button labels in notifications --- client/src/Pages/Notifications/create/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/Pages/Notifications/create/index.jsx b/client/src/Pages/Notifications/create/index.jsx index 737d231e0..ec244db29 100644 --- a/client/src/Pages/Notifications/create/index.jsx +++ b/client/src/Pages/Notifications/create/index.jsx @@ -231,7 +231,7 @@ const CreateNotifications = () => { color="secondary" onClick={onTestNotification} > - Test notification + {t("testNotification", "Test notification")} {notificationId && ( )}