Skip to content

Commit

Permalink
[4.4] text not visible (error_login)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jan 5, 2024
1 parent 5622163 commit 87dfabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/error_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div class="main-brand d-flex align-items-center justify-content-center">
<?php echo HTMLHelper::_('image', $loginLogo, $loginLogoAlt, ['loading' => 'eager', 'decoding' => 'async'], false, 0); ?>
</div>
<h1><?php echo Text::_('JERROR_AN_ERROR_HAS_OCCURRED'); ?></h1>
<h1 class="text-dark"><?php echo Text::_('JERROR_AN_ERROR_HAS_OCCURRED'); ?></h1>
<jdoc:include type="message" />
<blockquote class="blockquote">
<span class="badge bg-secondary"><?php echo $this->error->getCode(); ?></span>
Expand Down

0 comments on commit 87dfabe

Please sign in to comment.