fix caption in admin settings
This commit is contained in:
parent
1514757198
commit
9addbd1e2b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.rc.7",
|
"version": "12.118.1-calc.rc.8",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -46,8 +46,10 @@
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
||||||
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
|
<FormTextarea v-model="recommendedInstances" class="_formBlock">
|
||||||
|
<template #label>{{ i18n.ts.recommendedInstances }}</template>
|
||||||
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
||||||
|
</FormTextarea>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
|
|
Loading…
Reference in New Issue