This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch release/1.7.0 in repository https://gitbox.apache.org/repos/asf/answer.git
commit c1a63d1b7e7a004185cab0ce02a96d4c00d4ae5c 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
