client: replace one more "Misskey"
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Johann150 2022-10-03 20:27:13 +02:00
parent c0b6b3f273
commit 398f43731d
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -19,7 +19,7 @@
<FormSection>
<MkKeyValue class="_formBlock" :copy="version">
<template #key>Misskey</template>
<template #key>{{ i18n.ts.version }}</template>
<template #value>{{ version }}</template>
</MkKeyValue>
<FormLink to="/about-foundkey">{{ i18n.ts.aboutMisskey }}</FormLink>