Skip to content

Commit 2dab88d

Browse files
JuliaKirschenheuterMichaIng
authored andcommitted
Create an accessible name for logo on logged in page
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
1 parent 038924a commit 2dab88d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/templates/layout.user.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@
6060
<div class="header-left">
6161
<a href="<?php print_unescaped($_['logoUrl'] ?: link_to('', 'index.php')); ?>"
6262
id="nextcloud">
63-
<div class="logo logo-icon"></div>
63+
<div class="logo logo-icon">
64+
<span class="hidden-visually">
65+
<?php p($l->t('%s homepage', [$theme->getName()])); ?>
66+
</span>
67+
</div>
6468
</a>
6569

6670
<nav id="header-left__appmenu"></nav>

0 commit comments

Comments
 (0)