mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Fix menu translations
This commit is contained in:
parent
3ea160e8b6
commit
adb187d4ae
6 changed files with 6 additions and 6 deletions
|
@ -134,7 +134,7 @@ const headerActions = $computed(() => []);
|
|||
const headerTabs = $computed(() => []);
|
||||
|
||||
definePageMetadata({
|
||||
title: i18n.ts.aboutFirefish,
|
||||
title: i18n.ts.aboutIceshrimp,
|
||||
icon: null,
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<template #value>{{ version }}</template>
|
||||
</MkKeyValue>
|
||||
<FormLink to="/about-iceshrimp">{{
|
||||
i18n.ts.aboutFirefish
|
||||
i18n.ts.aboutIceshrimp
|
||||
}}</FormLink>
|
||||
</FormSection>
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ function showMenu(ev) {
|
|||
},
|
||||
},
|
||||
{
|
||||
text: i18n.ts.aboutFirefish,
|
||||
text: i18n.ts.aboutIceshrimp,
|
||||
icon: "ph-info ph-bold ph-lg",
|
||||
action: () => {
|
||||
os.pageWindow("/about-iceshrimp");
|
||||
|
|
|
@ -156,7 +156,7 @@ export default defineComponent({
|
|||
},
|
||||
},
|
||||
{
|
||||
text: i18n.ts.aboutFirefish,
|
||||
text: i18n.ts.aboutIceshrimp,
|
||||
icon: "ph-info ph-bold ph-lg",
|
||||
action: () => {
|
||||
os.pageWindow("/about-iceshrimp");
|
||||
|
|
|
@ -182,7 +182,7 @@ export default defineComponent({
|
|||
},
|
||||
},
|
||||
{
|
||||
text: i18n.ts.aboutFirefish,
|
||||
text: i18n.ts.aboutIceshrimp,
|
||||
icon: "ph-info ph-bold ph-lg",
|
||||
action: () => {
|
||||
os.pageWindow("/about-iceshrimp");
|
||||
|
|
|
@ -20,7 +20,7 @@ export function openHelpMenu_(ev: MouseEvent) {
|
|||
},
|
||||
{
|
||||
type: "link",
|
||||
text: i18n.ts.aboutFirefish,
|
||||
text: i18n.ts.aboutIceshrimp,
|
||||
icon: "ph-lightbulb ph-bold ph-lg",
|
||||
to: "/about-iceshrimp",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue