remove repetitive words (#29695)

Signed-off-by: pengqiseven <912170095@qq.com>
This commit is contained in:
pengqiseven
2024-03-11 17:24:23 +08:00
committed by GitHub
parent f1c6bab24a
commit ca2d300f6c

View File

@@ -163,7 +163,7 @@ clients don't even support HTML, so they show the text version included in the g
If the template fails to render, it will be noticed only at the moment the mail is sent. If the template fails to render, it will be noticed only at the moment the mail is sent.
A default subject is used if the subject template fails, and whatever was rendered successfully A default subject is used if the subject template fails, and whatever was rendered successfully
from the the _mail body_ is used, disregarding the rest. from the _mail body_ is used, disregarding the rest.
Please check [Gitea's logs](administration/logging-config.md) for error messages in case of trouble. Please check [Gitea's logs](administration/logging-config.md) for error messages in case of trouble.