File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
features/OrderConsultationButton/ui/OrderConsultationModal/ui/OrderConsultationForm/SubmitButton
widgets/PriceCalculation/PriceCalculationForm/SubmitButton Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const SubmitButton = ({ label }: { label?: string }) => {
77 < input
88 className = { cn ( s . button , s . buttonSubmit ) }
99 type = "submit"
10- value = { label || "Расчитать " }
10+ value = { label || "Рассчитать " }
1111 />
1212 ) ;
1313} ;
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export const LABELS = {
135135 DELETE_FILE : 'удалить файл' ,
136136 VIEW_FILE : 'просмотр файла' ,
137137 FILE_LINK : 'ссылка на файл' ,
138- CALCULATE : 'Расчитать ' ,
138+ CALCULATE : 'Рассчитать ' ,
139139 } ,
140140
141141 // Карточка заказа
Original file line number Diff line number Diff line change 1- import React from " react" ;
2- import cn from " classnames" ;
3- import s from " ./style.module.scss" ;
1+ import React from ' react' ;
2+ import cn from ' classnames' ;
3+ import s from ' ./style.module.scss' ;
44
55export const SubmitButton = ( { label } : { label ?: string } ) => {
66 return (
77 < input
88 className = { cn ( s . button , s . buttonSubmit ) }
99 type = "submit"
10- value = { label || "Расчитать" }
10+ value = { label || 'Рассчитать' }
1111 />
1212 ) ;
1313} ;
Original file line number Diff line number Diff line change 1- import React from " react" ;
2- import cn from " classnames" ;
3- import s from " ./style.module.scss" ;
1+ import React from ' react' ;
2+ import cn from ' classnames' ;
3+ import s from ' ./style.module.scss' ;
44
55export const SubmitButton = ( { label } : { label ?: string } ) => {
66 return (
77 < input
88 className = { cn ( s . button , s . buttonSubmit ) }
99 type = "submit"
10- value = { label || "Расчитать" }
10+ value = { label || 'с' }
1111 />
1212 ) ;
1313} ;
Original file line number Diff line number Diff line change 1- import React from " react" ;
2- import cn from " classnames" ;
3- import s from " ./style.module.scss" ;
1+ import React from ' react' ;
2+ import cn from ' classnames' ;
3+ import s from ' ./style.module.scss' ;
44
55export const SubmitButton = ( ) => {
66 return (
77 < input
88 className = { cn ( s . button , s . buttonSubmit ) }
99 type = "submit"
10- value = "Расчитать "
10+ value = "Рассчитать "
1111 />
1212 ) ;
1313} ;
You can’t perform that action at this time.
0 commit comments