Skip to content

Commit

Permalink
fixup! Create an accessible name for logo on logged in page
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Feb 10, 2023
1 parent 077625d commit 81232c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/layout.user.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
id="nextcloud">
<div class="logo logo-icon">
<span class="hidden-visually">
<?php p($l->t('%s\'s homepage', [$theme->getName()])); ?>
<?php p($l->t('%s homepage', [$theme->getName()])); ?>
</span>
</div>
</a>
Expand Down

0 comments on commit 81232c2

Please sign in to comment.