diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-05-16 22:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 22:24:30 +0200 |
commit | ab0548e4edb1d2cf47718f752272d68aa6be07e2 (patch) | |
tree | 209f8884e44496621689529302cf82326b6fc225 /core/templates | |
parent | 07f17d01cc670c69090f1cd8becde18cbbfcdf0f (diff) | |
parent | c1499519d4a57859fa69098a743430a2dc068800 (diff) | |
download | nextcloud-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.php | 4 |
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> |