diff --git a/wire/modules/Process/ProcessRecentPages/ProcessRecentPages.module b/wire/modules/Process/ProcessRecentPages/ProcessRecentPages.module index b8ded9be..28e0e850 100644 --- a/wire/modules/Process/ProcessRecentPages/ProcessRecentPages.module +++ b/wire/modules/Process/ProcessRecentPages/ProcessRecentPages.module @@ -397,7 +397,7 @@ class ProcessRecentPages extends Process { */ public function ___executeAnother() { $items = $this->getAddAnotherNavItems(); - if(!count($items)) return "

" . $this->labels['no-created'] . "

"; + if(!count($items)) return "

" . $this->labels['nothing'] . "

"; $this->headline($this->_('Add another')); $table = $this->wire('modules')->get('MarkupAdminDataTable'); $table->headerRow(array(