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 && (
)}