diff --git a/administrator/components/com_fields/views/field/view.html.php b/administrator/components/com_fields/views/field/view.html.php index d6efbb993698c..d5875afb64f11 100644 --- a/administrator/components/com_fields/views/field/view.html.php +++ b/administrator/components/com_fields/views/field/view.html.php @@ -118,7 +118,7 @@ protected function addToolbar() 'btn-success' ); - JToolbarHelper::cancel('contact.cancel'); + JToolbarHelper::cancel('field.cancel'); } else { @@ -151,7 +151,7 @@ protected function addToolbar() 'btn-success' ); - JToolbarHelper::cancel('contact.cancel', 'JTOOLBAR_CLOSE'); + JToolbarHelper::cancel('field.cancel', 'JTOOLBAR_CLOSE'); } JToolbarHelper::help('JHELP_COMPONENTS_FIELDS_FIELDS_EDIT');