summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-05-16 22:24:30 +0200
committerGitHub <noreply@github.com>2022-05-16 22:24:30 +0200
commitab0548e4edb1d2cf47718f752272d68aa6be07e2 (patch)
tree209f8884e44496621689529302cf82326b6fc225 /core/templates
parent07f17d01cc670c69090f1cd8becde18cbbfcdf0f (diff)
parentc1499519d4a57859fa69098a743430a2dc068800 (diff)
downloadnextcloud-server-ab0548e4edb1d2cf47718f752272d68aa6be07e2.tar.gz
nextcloud-server-ab0548e4edb1d2cf47718f752272d68aa6be07e2.zip
Merge pull request #31584 from nextcloud/fix/accessibility
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 0b06dff087e..82626733bd2 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -61,7 +61,7 @@ $getUserAvatar = static function (int $size) use ($_): string {
id="nextcloud">
<div class="logo logo-icon">
<h1 class="hidden-visually">
- <?php p($theme->getName()); ?> <?php p(!empty($_['application'])?$_['application']: $l->t('Apps')); ?>
+ <?php p($l->t('%s\'s homepage', [$theme->getName()])); ?>
</h1>
</div>
</a>
@@ -136,7 +136,7 @@ $getUserAvatar = static function (int $size) use ($_): string {
<div id="notifications"></div>
<div id="unified-search"></div>
<div id="contactsmenu">
- <div class="icon-contacts menutoggle" tabindex="0" role="button"
+ <div class="menutoggle" tabindex="0" role="button"
aria-haspopup="true" aria-controls="contactsmenu-menu" aria-expanded="false">
<span class="hidden-visually"><?php p($l->t('Contacts'));?></span>
</div>