jam411 3 лет назад
Родитель
Сommit
3e488d27ea

+ 1 - 1
packages/app/src/components/Admin/SlackIntegration/ConfirmBotChangeModal.jsx

@@ -7,7 +7,7 @@ import {
 } from 'reactstrap';
 } from 'reactstrap';
 
 
 const ConfirmBotChangeModal = (props) => {
 const ConfirmBotChangeModal = (props) => {
-  const { t } = useTranslation();
+  const { t } = useTranslation('admin');
 
 
   const handleCancelButton = () => {
   const handleCancelButton = () => {
     if (props.onCancelClick != null) {
     if (props.onCancelClick != null) {