Skip to content

Commit

Permalink
Fixed issue #18424: typo in debug message (#2705)
Browse files Browse the repository at this point in the history
Co-authored-by: joellara445t <joellara445@hotmail.com>
Co-authored-by: lapiudevgit <devgit@lapiu.biz>
  • Loading branch information
3 people committed Nov 24, 2022
1 parent 9526dce commit 28008ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -13,7 +13,7 @@

?>
<?php if(YII_DEBUG ): ?>
<p class="alert alert-info "> this view is rendered from globall setting module. This message is shown only when debug mode is on </p>
<p class="alert alert-info "> this view is rendered from global setting module. This message is shown only when debug mode is on </p>
<?php endif;?>
<script type="text/javascript">
var msgCantRemoveDefaultLanguage = '<?php eT("You can't remove the default language.",'js'); ?>';
Expand Down
2 changes: 1 addition & 1 deletion modules/admin/globalsettings/views/_overview.php
Expand Up @@ -13,7 +13,7 @@
?>

<?php if (YII_DEBUG) : ?>
<p class="alert alert-info "> this subview is rendered from globall setting module. This message is shown only when debug mode is on </p>
<p class="alert alert-info "> this subview is rendered from global setting module. This message is shown only when debug mode is on</p>
<?php endif;?>

<br />
Expand Down
2 changes: 1 addition & 1 deletion modules/admin/globalsettings/views/globalSettings_view.php
Expand Up @@ -13,7 +13,7 @@

?>
<?php if(YII_DEBUG ): ?>
<p class="alert alert-info "> this view is rendered from globall setting module. This message is shown only when debug mode is on </p>
<p class="alert alert-info "> this view is rendered from global setting module. This message is shown only when debug mode is on </p>
<?php endif;?>
<script type="text/javascript">
var msgCantRemoveDefaultLanguage = '<?php eT("You can't remove the default language.",'js'); ?>';
Expand Down

0 comments on commit 28008ce

Please sign in to comment.