This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit 428596839758028e6379fc02280c5923b9fbb3d8 Author: shuai <[email protected]> AuthorDate: Thu Apr 25 17:06:44 2024 +0800 fix: privilege translate --- i18n/en_US.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml index ee47b3e1..a0fe6978 100644 --- a/i18n/en_US.yaml +++ b/i18n/en_US.yaml @@ -1819,6 +1819,9 @@ ui: level: label: Reputation required level text: Choose the reputation required for the privileges + msg: + should_be_number: the input should be number + number_larger_1 : number should be equal or larger than 1 form: optional: (optional)
