diff options
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index a12008295c4..ef89d227d24 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -27,7 +27,7 @@ script('core', [ <?php endforeach; ?> <?php if (isset($_['internalexception']) && ($_['internalexception'])): ?> <div class="warning"> - <?php p($l->t('An internal error occured.')); ?><br> + <?php p($l->t('An internal error occurred.')); ?><br> <small><?php p($l->t('Please try again or contact your administrator.')); ?></small> </div> <?php endif; ?> |