commit c4b19d807c010c7d2bb55d8ba20007a78410c543 parent 815167c5137480f14f7c404c21b353fd829a7153 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sun, 5 Jan 2020 22:39:32 -0600 Add usage hint for comment textarea Diffstat:
M | i18n/en.toml | | | 4 | ++-- |
M | i18n/zh.toml | | | 4 | ++-- |
2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml @@ -17,4 +17,4 @@ other = "Email Comment" other = "Reply" [hyperskip-requirement] -other = "At least 3 characters."- \ No newline at end of file +other = "At least 3 characters. Markdown is supported."+ \ No newline at end of file diff --git a/i18n/zh.toml b/i18n/zh.toml @@ -17,4 +17,4 @@ other = "使用电子邮件提交" other = "回复" [hyperskip-requirement] -other = "至少三个字符。"- \ No newline at end of file +other = "至少三个字符。支持 Markdown 语法。"+ \ No newline at end of file