Skip to content

Commit

Permalink
Change modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed Apr 20, 2016
1 parent 70e1904 commit c32c2a1
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -87,7 +87,9 @@
);

?>
<h2 class="modal-title"><?php echo JText::_('COM_CONTENTHISTORY_MODAL_TITLE'); ?></h2>
<div class="modal-header">
<h3><?php echo JText::_('COM_CONTENTHISTORY_MODAL_TITLE'); ?></h3>
</div>

<div class="modal-body">

Expand Down

0 comments on commit c32c2a1

Please sign in to comment.