Explorar el Código

Improve round decimal label

Gitea hace 3 años
padre
commit
43a97b19ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,