mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-14 09:05:00 +02:00
fix(frontend): 存在しない翻訳を修正 (#16604)
This commit is contained in:
@@ -33,7 +33,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</div>
|
||||
|
||||
<MkKeyValue>
|
||||
<template #key>{{ i18n.ts.id }}</template>
|
||||
<template #key>{{ i18n.ts.name }}</template>
|
||||
<template #value>{{ name }}</template>
|
||||
</MkKeyValue>
|
||||
<MkKeyValue>
|
||||
|
||||
Reference in New Issue
Block a user