diff --git a/intaro.retailcrm/export/export_setup.php b/intaro.retailcrm/export/export_setup.php
index 3f9375f8..24c35aa1 100644
--- a/intaro.retailcrm/export/export_setup.php
+++ b/intaro.retailcrm/export/export_setup.php
@@ -496,7 +496,6 @@ if ($STEP === 1) {
if ($isSetupModulePage) { ?>
=GetMessage('LOAD_PERIOD');?>
=GetMessage('NOT_LOADING')?>
- =GetMessage('CRON_LOADING')?>
=GetMessage('AGENT_LOADING')?>
diff --git a/intaro.retailcrm/lang/en/install/step5.php b/intaro.retailcrm/lang/en/install/step5.php
index 7478c97a..b16785ed 100644
--- a/intaro.retailcrm/lang/en/install/step5.php
+++ b/intaro.retailcrm/lang/en/install/step5.php
@@ -14,7 +14,6 @@ $MESS ['CANCELED'] = 'Is «Cancelled»';
$MESS ['INFO_1'] = ' Set the correspondence between 1C-Bitrix data books and RetailCRM data books.';
$MESS ['LOAD_PERIOD'] = 'Export catalog periodically';
$MESS ['NOT_LOADING'] = 'No';
-$MESS ['CRON_LOADING'] = 'By CRON every 24 hours';
$MESS ['AGENT_LOADING'] = 'By Agent every 24 hours (by default)';
$MESS ['LOAD_NOW'] = 'Export now';
$MESS ['LOAD_NOW_MSG'] = 'The generation will start after you click "Finish installation".
diff --git a/intaro.retailcrm/lang/ru/install/step5.php b/intaro.retailcrm/lang/ru/install/step5.php
index 7213cb15..432809d3 100644
--- a/intaro.retailcrm/lang/ru/install/step5.php
+++ b/intaro.retailcrm/lang/ru/install/step5.php
@@ -14,8 +14,7 @@ $MESS ['CANCELED'] = 'Флаг «Отменен»';
$MESS ['INFO_1'] = ' Задайте соответствие между справочниками 1C-Битрикс и справочниками RetailCRM.';
$MESS ['LOAD_PERIOD'] = 'Выгружать каталог периодически';
$MESS ['NOT_LOADING'] = 'Нет';
-$MESS ['CRON_LOADING'] = 'С помощью CRON каждые 24 часа';
-$MESS ['AGENT_LOADING'] = 'Агентом каждые 24 часа (по умолчанию)';
+$MESS ['AGENT_LOADING'] = 'Агентом каждые 24 часа';
$MESS ['LOAD_NOW'] = 'Выгрузить сейчас';
$MESS ['LOAD_NOW_MSG'] = 'Генерация начнется после нажатия "Завершить установку". Это может занять некоторое время';
$MESS ['PROFILE_NAME'] = 'Имя профиля:';