change to caption
This commit is contained in:
parent
f4753a9342
commit
e4e20288c9
|
@ -58,7 +58,7 @@
|
||||||
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
||||||
<template #label>{{ i18n.ts.recommendedInstances }}<span class="_beta">{{ i18n.ts.beta }}</span></template>
|
<template #label>{{ i18n.ts.recommendedInstances }}<span class="_beta">{{ i18n.ts.beta }}</span></template>
|
||||||
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
|
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
|
||||||
<FormInfo class="_formBlock">{{ i18n.ts.recommendedInstancesDescription }}</FormInfo>
|
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
|
|
Loading…
Reference in New Issue