Skip to content

Commit 755014f

Browse files
fix: avoid “navigation” in navigation landmark labels (#386)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent df01d16 commit 755014f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/pages/~[username]/orgs.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ useSeoMeta({
124124
</div>
125125

126126
<!-- Back link -->
127-
<nav aria-label="Navigation">
127+
<nav aria-labelledby="back-to-profile">
128128
<NuxtLink
129129
:to="`/~${username}`"
130+
id="back-to-profile"
130131
class="link-subtle font-mono text-sm inline-flex items-center gap-1.5"
131132
>
132133
<span class="i-carbon:arrow-left rtl-flip w-4 h-4" aria-hidden="true" />

i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"not_latest": "(not latest)",
111111
"verified_provenance": "Verified provenance",
112112
"view_permalink": "View permalink for this version",
113-
"navigation": "Package navigation",
113+
"navigation": "Package",
114114
"deprecation": {
115115
"package": "This package has been deprecated.",
116116
"version": "This version has been deprecated.",

lunaria/files/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"not_latest": "(not latest)",
111111
"verified_provenance": "Verified provenance",
112112
"view_permalink": "View permalink for this version",
113-
"navigation": "Package navigation",
113+
"navigation": "Package",
114114
"deprecation": {
115115
"package": "This package has been deprecated.",
116116
"version": "This version has been deprecated.",

0 commit comments

Comments
 (0)