diff --git a/src/utils/push/useConnect.ts b/src/utils/push/useConnect.ts index d559e82f..a6fc3b09 100644 --- a/src/utils/push/useConnect.ts +++ b/src/utils/push/useConnect.ts @@ -14,7 +14,7 @@ import { AppState } from 'react-native' import { useSelector } from 'react-redux' const pushUseConnect = () => { - const { t } = useTranslation('screen') + const { t } = useTranslation('screens') const { theme } = useTheme() const dispatch = useAppDispatch()