diff options
5 files changed, 10 insertions, 10 deletions
diff --git a/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm b/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm index 2f1c000b4b..19e91b4024 100644 --- a/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm +++ b/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm @@ -54,8 +54,8 @@ require("luci.http").prepare_content("application/xhtml+xml") <body class="lang_<%=luci.i18n.context.lang%>"> <p class="skiplink"> -<span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span> -<span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span> +<span id="skiplink1"><a href="#navigation"><%:Skip to navigation%></a></span> +<span id="skiplink2"><a href="#content"><%:Skip to content%></a></span> </p> <div id="header"> diff --git a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm index cd2cf8733b..2cefa81941 100644 --- a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm +++ b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm @@ -54,8 +54,8 @@ require("luci.http").prepare_content("application/xhtml+xml") <body class="lang_<%=luci.i18n.context.lang%>"> <p class="skiplink"> -<span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span> -<span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span> +<span id="skiplink1"><a href="#navigation"><%:Skip to navigation%></a></span> +<span id="skiplink2"><a href="#content"><%:Skip to content%></a></span> </p> <div id="header"> diff --git a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm index 5e4e05425d..95fea47842 100644 --- a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm +++ b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm @@ -56,8 +56,8 @@ require("luci.http").prepare_content("application/xhtml+xml") <body class="lang_<%=luci.i18n.context.lang%>"> <p class="skiplink"> -<span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span> -<span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span> +<span id="skiplink1"><a href="#navigation"><%:Skip to navigation%></a></span> +<span id="skiplink2"><a href="#content"><%:Skip to content%></a></span> </p> <div id="header"> diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm index 63518b2814..a2d8e3275f 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm @@ -54,8 +54,8 @@ require("luci.http").prepare_content("application/xhtml+xml") <body class="lang_<%=luci.i18n.context.lang%>"> <p class="skiplink"> -<span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span> -<span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span> +<span id="skiplink1"><a href="#navigation"><%:Skip to navigation%></a></span> +<span id="skiplink2"><a href="#content"><%:Skip to content%></a></span> </p> <div id="header"> diff --git a/themes/oxygen/luasrc/view/themes/oxygen/header.htm b/themes/oxygen/luasrc/view/themes/oxygen/header.htm index 01c5afdfdf..b107aa49e2 100644 --- a/themes/oxygen/luasrc/view/themes/oxygen/header.htm +++ b/themes/oxygen/luasrc/view/themes/oxygen/header.htm @@ -50,8 +50,8 @@ require("luci.http").prepare_content("application/xhtml+xml") <div id="screen"> <p class="skiplink"> -<span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span> -<span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span> +<span id="skiplink1"><a href="#navigation"><%:Skip to navigation%></a></span> +<span id="skiplink2"><a href="#content"><%:Skip to content%></a></span> </p> <%- |