Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/payment-point/PaymentPointsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function PaymentPointsPage() {
<AddIcon />
</Fab>
</div>,
formatMessage('tooltip.createButton'),
formatMessage('createButton.tooltip'),
)}
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"payroll.paymentPoint.mutation.deleteLabel": "Delete Payment Point {id}",
"payroll.paymentPoint.mutation.updateLabel": "Update Payment Point {id}",
"payroll.tooltip.viewDetails": "View details",
"payroll.tooltip.createButton": "Create",
"payroll.createButton.tooltip": "Create",
"payroll.tooltip.isDeleted": "Show Deleted",
"payroll.PaymentPointSearcher.results": "{totalCount} Payment Points Found",
"payroll.paymentPoint.delete.confirm.title": "Delete Payment Point {name}",
Expand Down
Loading