fix: caption in admin settings

Move splash below theme

Splash below theme
This commit is contained in:
ThatOneCalculator 2022-08-09 10:35:47 -07:00
parent 73a57858e0
commit b49dd35907
2 changed files with 19 additions and 17 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>
@ -56,20 +58,6 @@
<FormInfo class="_formBlock">{{ i18n.ts.disablingTimelinesInfo }}</FormInfo>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts.splash }}</template>
<FormTextarea v-model="customMOTD" class="_formBlock">
<template #label>{{ i18n.ts.customMOTD }}</template>
<template #caption>{{ i18n.ts.customMOTDDescription }}</template>
</FormTextarea>
<FormTextarea v-model="customSplashIcons" class="_formBlock">
<template #label>{{ i18n.ts.customSplashIcons }}</template>
<template #caption>{{ i18n.ts.customSplashIconsDescription }}</template>
</FormTextarea>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts.theme }}</template>
@ -105,6 +93,20 @@
</FormTextarea>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts.splash }}</template>
<FormTextarea v-model="customMOTD" class="_formBlock">
<template #label>{{ i18n.ts.customMOTD }}</template>
<template #caption>{{ i18n.ts.customMOTDDescription }}</template>
</FormTextarea>
<FormTextarea v-model="customSplashIcons" class="_formBlock">
<template #label>{{ i18n.ts.customSplashIcons }}</template>
<template #caption>{{ i18n.ts.customSplashIconsDescription }}</template>
</FormTextarea>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts.files }}</template>