Skip to content

Commit

Permalink
fix: remove typos (#776)
Browse files Browse the repository at this point in the history
fix: update typos staging (#775)

* fix: typo in placeholder text input file (#773)

* fix: update text because of typo (#774)
  • Loading branch information
bc-marco authored Sep 29, 2023
1 parent 164ec2e commit 4ab8513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const QuoteSummary = forwardRef((_, ref: Ref<unknown>) => {
fontWeight: 'bold',
}}
>
{b3Lang('quoteDraft.quoteSummary.tax')}
{b3Lang('quoteDraft.quoteSummary.grandTotal')}
</Typography>
<Typography
sx={{
Expand Down
2 changes: 1 addition & 1 deletion packages/lang/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"global.button.finish": "FINISH",
"global.validate.required": "{label} is required",
"global.validate.password.required": "You must enter a password.",
"global.fileUpload.defaultText": "Drag & drop file here or click here browse",
"global.fileUpload.defaultText": "Drag & drop file here or click here to browse",
"global.fileUpload.typeNotSupport": "{name} file type not support",
"global.fileUpload.namedFileSizeExceedsLimit": "{name} exceeds upload limit. Maximum file size is {maxSize}",
"global.fileUpload.fileNumberExceedsLimit": "The number of files exceeds the limit, with up to {limit} being supported",
Expand Down

0 comments on commit 4ab8513

Please sign in to comment.