enhance(client): show warning in control panel when there is an unresolved abuse report
This commit is contained in:
parent
f880d0631c
commit
2d181ba5af
4 changed files with 17 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue