Fix quicklaunch strings name

pull/428/head
Michael Shamoon 2 years ago
parent 5e09cb3bf8
commit 741a3d6225

@ -223,7 +223,7 @@
"mem": "MEM",
"wait": "Please wait"
},
"homepagesearch": {
"quicklaunch": {
"bookmark": "Bookmark",
"service": "Service"
},

@ -143,7 +143,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear
}
</div>
</div>
<div className="text-xs text-theme-600 font-bold pointer-events-none">{r.abbr ? t("homepagesearch.bookmark") : t("homepagesearch.service")}</div>
<div className="text-xs text-theme-600 font-bold pointer-events-none">{r.abbr ? t("quicklaunch.bookmark") : t("quicklaunch.service")}</div>
</button>
</li>
))}

Loading…
Cancel
Save