Fix about page

This commit is contained in:
Laura Hausmann 2023-07-21 18:49:32 +02:00
parent 55bffb1778
commit 3ea160e8b6
No known key found for this signature in database
GPG key ID: D044E84C5BE01605
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@
/></span>
</div>
<div class="_formBlock" style="text-align: center">
{{ i18n.ts._aboutFirefish.about }}<br /><a
{{ i18n.ts._aboutIceshrimp.about }}<br /><a
href="https://iceshrimp.dev/"
target="_blank"
class="_link"
@ -63,7 +63,7 @@
<template #icon
><i class="ph-code ph-bold ph-lg"></i
></template>
{{ i18n.ts._aboutFirefish.source }}
{{ i18n.ts._aboutIceshrimp.source }}
<template #suffix>Iceshrimp development</template>
</FormLink>
</div>

View file

@ -102,7 +102,7 @@
><i class="ph-money ph-bold ph-lg"></i
></template>
{{
i18n.t("_aboutFirefish.donateHost", {
i18n.t("_aboutIceshrimp.donateHost", {
host: $instance.name || host,
})
}}