enhance(client): show warning in control panel when there is an unresolved abuse report

This commit is contained in:
syuilo
2022-06-21 19:48:28 +09:00
parent f880d0631c
commit 2d181ba5af
4 changed files with 17 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<FormSuspense :p="init">
<div class="_formRoot">
<FormSwitch v-model="enableEmail" class="_formBlock">
<template #label>{{ i18n.ts.enableEmail }}</template>
<template #label>{{ i18n.ts.enableEmail }} ({{ i18n.ts.recommended }})</template>
<template #caption>{{ i18n.ts.emailConfigInfo }}</template>
</FormSwitch>