EVOLUTION-MANAGER
Edit File: default_modal_rename_footer.php
<?php /** * @package Joomla.Administrator * @subpackage com_templates * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <button type="button" class="btn" data-dismiss="modal"><?php echo JText::_('COM_TEMPLATES_TEMPLATE_CLOSE'); ?></button> <button type="submit" class="btn btn-primary"><?php echo JText::_('COM_TEMPLATES_BUTTON_RENAME'); ?></button>