Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 authored and anonymous committed Mar 13, 2024
1 parent ebb9ef8 commit 46e6a6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moneynote-pc",
"version": "1.0.63",
"version": "1.0.64",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en-US/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
'have': 'Have',
'none': 'None',
'sort': 'Sort',
'convertCurrency': 'Convert To',
'convertCurrency': 'To ',

'label.name': 'Name',
'label.canExpense': 'Can Expense',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BalanceFlow/ActionForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export default ({ initType = 'EXPENSE' }) => {
name={[field.name, 'amount']}
label={amountLabelMsg}
rules={requiredRules()}
labelCol={{ span: 7 }}
labelCol={{ span: 9 }}
placeholder={placeholderRefundMsg}
/>
</Col>
Expand Down

0 comments on commit 46e6a6f

Please sign in to comment.