|
@@ -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) {
|