aboutsummaryrefslogtreecommitdiff
path: root/templates/tabs.php
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2021-11-17 15:23:27 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2021-11-17 15:23:27 +0000
commite3c988b95f9d7c13b9346552fdf84c57dc3bfa08 (patch)
tree45fb0d07c13b5524ed19e62fd56a69e6f096722a /templates/tabs.php
parent9844e948b3e4236091f45838a5e075e44f95e1b0 (diff)
TIC #394
Diffstat (limited to 'templates/tabs.php')
-rw-r--r--templates/tabs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tabs.php b/templates/tabs.php
index 02ce348..eaf3876 100644
--- a/templates/tabs.php
+++ b/templates/tabs.php
@@ -8,7 +8,7 @@ foreach (Navigation::getItem("/")->getSubNavigation() as $path => $nav) {
$ebene3 = [];
?>
<div class="tabs_wrapper">
- <? SkipLinks::addIndex(_('Erste Reiternavigation'), 'tabs', 10); ?>
+ <? SkipLinks::addIndex(_('Zweite Navigationsebene'), 'tabs', 10); ?>
<ul id="tabs" role="navigation">
<? if (!empty($navigation)): ?>
<? foreach ($navigation as $path => $nav) : ?>