Modify: form label for encryption option in mail setting

This commit is contained in:
HFO4 2021-04-25 16:03:42 +08:00
parent ab86446a72
commit 997b73312a

View File

@ -328,10 +328,13 @@ export default function Mail() {
)}
/>
}
label="使用加密连接"
label="强制使用 SSL 连接"
/>
<FormHelperText id="component-helper-text">
是否使用SSL加密连接
是否强制使用 SSL
加密连接如果无法发送邮件可关闭此项
Cloudreve 会尝试使用 STARTTLS
并决定是否使用加密连接
</FormHelperText>
</FormControl>
</div>