Skip to content

Commit

Permalink
Merge pull request #28 from AplinkosMinisterija/27-izuvinimo-informac…
Browse files Browse the repository at this point in the history
…ijoje-bendras-svoris-vietoje-svoris

svoris -> bendras svoris
  • Loading branch information
DovMa authored Nov 29, 2023
2 parents 61a6a09 + 41f637b commit f399712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/other/ApproveFishRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const FishStockingApproveFishRow = ({
name={`batches.${index}.reviewWeight`}
value={item.reviewWeight}
onChange={(e) => setFieldValue(`batches.${index}.reviewWeight`, e)}
label="Svoris"
label="Bendras svoris"
showError={false}
wholeNumber={false}
right={<InputInnerLabel>kg</InputInnerLabel>}
Expand Down
2 changes: 1 addition & 1 deletion src/components/other/FishRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const FishStickingRegistrationFishRow = ({
name={`batches.${index}.weight`}
value={weight}
onChange={(e) => setFieldValue(`batches.${index}.weight`, e)}
label="Svoris"
label="Bendras svoris"
showError={false}
wholeNumber={false}
right={<InputInnerLabel>kg</InputInnerLabel>}
Expand Down

0 comments on commit f399712

Please sign in to comment.