Skip to content

Commit

Permalink
Dev: Renamed Menu to Survey Menu in Config Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent 692f4f4 commit bcc2580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/super/_configuration_menu.php
Expand Up @@ -286,11 +286,11 @@
</li>

<!-- Surveymenu Editor -->
<!-- Menu -->
<!-- Survey Menu -->
<?php if(Permission::model()->hasGlobalPermission('settings','read')): ?>
<li class="dropdown-item">
<a href="<?php echo $this->createUrl("admin/menus/sa/view"); ?>">
<?php eT("Menu");?>
<?php eT("Survey Menu");?>
</a>
</li>
<?php endif;?>
Expand Down

0 comments on commit bcc2580

Please sign in to comment.