fix caption in admin settings

This commit is contained in:
ThatOneCalculator 2022-08-09 02:40:51 -07:00
parent 1514757198
commit 9addbd1e2b
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.1-calc.rc.7",
"version": "12.118.1-calc.rc.8",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -46,8 +46,10 @@
<FormSection>
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
<FormTextarea v-model="recommendedInstances" class="_formBlock">
<template #label>{{ i18n.ts.recommendedInstances }}</template>
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
</FormTextarea>
</FormSection>
<FormSection>