Merge pull request #10019 from nextcloud/accessibility-skip-translatable
Make skip navigation links translatable
This commit is contained in:
commit
d984be7e2a
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
|||
<body id="<?php p($_['bodyid']);?>">
|
||||
<?php include 'layout.noscript.warning.php'; ?>
|
||||
|
||||
<a href="#app-content" class="button primary skip-navigation skip-content">Skip to main content</a>
|
||||
<a href="#app-navigation" class="button primary skip-navigation">Skip to navigation of app</a>
|
||||
<a href="#app-content" class="button primary skip-navigation skip-content"><?php p($l->t('Skip to main content')); ?></a>
|
||||
<a href="#app-navigation" class="button primary skip-navigation"><?php p($l->t('Skip to navigation of app')); ?></a>
|
||||
|
||||
<div id="notification-container">
|
||||
<div id="notification"></div>
|
||||
|
|
Loading…
Reference in a new issue