This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer.git
The following commit(s) were added to refs/heads/main by this push:
new 833ea4fc fix(i18n): update hints for question body input in en_US.yaml
833ea4fc is described below
commit 833ea4fcb2909da5d300b40b7d53b5e610bfa1a6
Author: LinkinStars <[email protected]>
AuthorDate: Tue Oct 28 16:28:30 2025 +0800
fix(i18n): update hints for question body input in en_US.yaml
---
i18n/en_US.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml
index fcdf48a7..40017b75 100644
--- a/i18n/en_US.yaml
+++ b/i18n/en_US.yaml
@@ -1164,8 +1164,8 @@ ui:
msg:
empty: Body cannot be empty.
hint:
- optional_body: Share what the question is about.
- minimum_characters: "Share what the question is about, at least
{{min_content_length}} characters are required."
+ optional_body: Describe what the question is about.
+ minimum_characters: "Describe what the question is about, at least
{{min_content_length}} characters are required."
tags:
label: Tags
msg:
@@ -2132,7 +2132,7 @@ ui:
page_title: Write
min_content:
label: Minimum question body length
- text: Minimum allowed question body length in characters.
+ text: Minimum allowed question body length in characters.
restrict_answer:
title: Answer write
label: Each user can only write one answer for the same question