소스 검색

Improve round decimal label

Gitea 3 년 전
부모
커밋
43a97b19ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/src/pages/seach/SearchParams.tsx

+ 1 - 1
client/src/pages/seach/SearchParams.tsx

@@ -158,7 +158,7 @@ const SearchParams: FC<SearchParamsProps> = ({
         [key in searchKeywordsType]: SearchParamInputConfig;
       } = {
         round_decimal: {
-          label: 'round_decimal',
+          label: 'Round Decimals',
           key: 'round_decimal',
           value: searchParamsForm['round_decimal'] || '',
           min: -1,