Auth => Authentication

This commit is contained in:
glaszig
2020-02-29 18:09:31 +01:00
parent e87d2c1c72
commit 3d981a4eab
21 changed files with 22 additions and 22 deletions

View File

@@ -159,7 +159,7 @@ if ($_COOKIE['sidebarToggled'] == 'true' ) {
<?php endif; ?>
<?php if (RASPI_CONFAUTH_ENABLED) : ?>
<li class="nav-item">
<a class="nav-link" href="index.php?page=auth_conf"><i class="fas fa-user-lock fa-fw mr-2"></i><span class="nav-label"><?php echo _("Auth"); ?></a>
<a class="nav-link" href="index.php?page=auth_conf"><i class="fas fa-user-lock fa-fw mr-2"></i><span class="nav-label"><?php echo _("Authentication"); ?></a>
</li>
<?php endif; ?>
<?php if (RASPI_CHANGETHEME_ENABLED) : ?>