Skip to content

Commit 1e405e5

Browse files
dev
1 parent 2cc0c91 commit 1e405e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CmsSeoComponent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function attributeHints()
177177
'robotsContent' => \Yii::t('skeeks/seo', 'This value is added to the automatically generated file robots.txt, in the case where it is not physically created on the server'),
178178
'contentIds' => \Yii::t('skeeks/seo', 'If nothing is selected, then all'),
179179
'treeTypeIds' => \Yii::t('skeeks/seo', 'If nothing is selected, then all'),
180-
'sitemap_min_date' => \Yii::t('skeeks/exportShopYandexMarket',
180+
'sitemap_min_date' => \Yii::t('skeeks/seo',
181181
'Если будет задан этот параметр, то ни в одной ссылке не будет указано даты обновления меньше этой. Используется для переиндексации всех страниц.'),
182182

183183
]);
@@ -219,7 +219,7 @@ public function renderConfigForm(ActiveForm $form)
219219
));
220220

221221
echo $form->field($this, 'sitemap_min_date')->widget(\kartik\datecontrol\DateControl::classname(), [
222-
'type' => \kartik\datecontrol\DateControl::FORMAT_DATETIME,
222+
'type' => \kartik\datecontrol\DateControl::FORMAT_DATE,
223223
]);
224224

225225
echo $form->fieldSetEnd();

0 commit comments

Comments
 (0)