summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
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>