jam411 3 лет назад
Родитель
Сommit
cbc7c49685
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/Admin/Notification/GlobalNotificationList.jsx

+ 1 - 1
packages/app/src/components/Admin/Notification/GlobalNotificationList.jsx

@@ -180,7 +180,7 @@ GlobalNotificationList.propTypes = {
 };
 };
 
 
 const GlobalNotificationListWrapperFC = (props) => {
 const GlobalNotificationListWrapperFC = (props) => {
-  const { t } = useTranslation();
+  const { t } = useTranslation('admin');
 
 
   return <GlobalNotificationList t={t} {...props} />;
   return <GlobalNotificationList t={t} {...props} />;
 };
 };