Browse Source

Improve round decimal label

Gitea 3 years ago
parent
commit
43a97b19ea
1 changed files with 1 additions and 1 deletions
  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,