Skip to content
Snippets Groups Projects

Fix Timeout on large sites nodes during install

Files
3
@@ -36,7 +36,7 @@ class ViewsURLAliasAdminForm extends ConfirmFormBase {
* {@inheritdoc}
*/
public function getDescription() {
return $this->t('This should only be needed if URL aliases have been updated outside the URL alias edit form.');
return $this->t('This should only be needed if URL aliases have been updated outside the URL alias edit form, or if the module has just been installed.');
}
/**
Loading