Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous committed Mar 19, 2024
1 parent 9c301fc commit d74ba31
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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.77",
"version": "1.0.78",
"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 @@ -30,7 +30,7 @@ export default {
'label.enable': 'Enable',
'label.notes': 'Notes',

'delete.confirm': 'Are you sure you want to permanently delete this item?',
'delete.confirm': 'Are you sure to delete this item permanently?',
'click.edit': 'Click to Edit',

'today': 'Today',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en-US/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
'flow.total.income': 'Total Income',
'flow.total.surplus': 'Surplus',

'delete.confirm.balance': 'Are you sure you want to delete this transaction? It will also change your account balance.',
'delete.confirm.balance': 'Are you sure? It will also change roll back account balance.',
'update.tag.amount': 'Change Tag Amount',
'flow.label.tag.amount': 'Tag Amount',

Expand Down
1 change: 0 additions & 1 deletion src/pages/BalanceFlow/DataTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default () => {

// 对账点击过来的
useEffect(() => {
console.log(history.location.state?.account)
if (history.location.state?.account) {
loadAccounts();
formRef.current?.setFieldsValue({
Expand Down

0 comments on commit d74ba31

Please sign in to comment.