Skip to content

Commit

Permalink
Merge pull request #71 from openimis/bugfix/OP-1912
Browse files Browse the repository at this point in the history
OP-1912: Changed labels in contract approval to more specific ones.
  • Loading branch information
dragos-dobre authored Nov 6, 2024
2 parents 61fabc9 + 9ba2c56 commit f33fda6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,23 @@
"contract.amendContract.mutationLabel": "Amendment n°{amendment} of {contract}",
"contract.contracts.selection.count": "{count} Contract(s) Selected",
"contract.approveSelected": "Approve selected",
"contract.approveAll": "Approve all",
"contract.approveAll": "Approve all negotiable contracts",
"contract.approveContractBulk.mutationLabel": "Approve {count} Contract(s)",
"contract.approveContractBulk.confirm.title": "Approve selected Contract(s)?",
"contract.approveContractBulk.confirm.message.unapprovableEmpty": "Are you sure you want to approve {contracts} Contract(s)?",
"contract.approveContractBulk.confirm.message.unapprovableNotEmpty": "Only {approvableContracts} out of {contracts} Contracts can be approved. Are you sure you want to continue?",
"contract.approveContractBulk.confirm.message.unapprovableNotEmpty": "Only {approvableContracts} out of {contracts} Contracts are negotiable and can be approved. Are you sure you want to continue?",
"contract.approveContractAll.mutationLabel": "Approve all Contracts",
"contract.approveContractAll.confirm.title": "Approve all Contracts?",
"contract.approveContractAll.confirm.message": "Are you sure you want to approve all Contracts?",
"contract.approveContractAll.confirm.title": "Approve all negotiable Contracts?",
"contract.approveContractAll.confirm.message": "Are you sure you want to approve all negotiable Contracts?",
"contract.counterSelected": "Counter selected",
"contract.counterAll": "Counter all",
"contract.counterAll": "Counter all negotiable contracts",
"contract.counterContractBulk.mutationLabel": "Counter {count} Contract(s)",
"contract.counterContractBulk.confirm.title": "Counter selected Contract(s)?",
"contract.counterContractBulk.confirm.message.unapprovableEmpty": "Are you sure you want to counter {contracts} Contract(s)?",
"contract.counterContractBulk.confirm.message.unapprovableNotEmpty": "Only {approvableContracts} out of {contracts} Contracts can be countered. Are you sure you want to continue?",
"contract.counterContractBulk.confirm.message.unapprovableNotEmpty": "Only {approvableContracts} out of {contracts} Contracts are negotiable and can be countered. Are you sure you want to continue?",
"contract.counterContractAll.mutationLabel": "Counter all Contracts",
"contract.counterContractAll.confirm.title": "Counter all Contracts?",
"contract.counterContractAll.confirm.message": "Are you sure you want to counter all Contracts?",
"contract.counterContractAll.confirm.title": "Counter all negotiable Contracts?",
"contract.counterContractAll.confirm.message": "Are you sure you want to counter all negotiable Contracts?",
"contract.contractContributionDetails.label": "Contract Contribution Details",
"contract.contractContributionDetails.searcher.title": "{contractContributionDetailsTotalCount} Contract Contribution Details Found",
"contract.insureePolicy.label": "Persons Covered",
Expand Down

0 comments on commit f33fda6

Please sign in to comment.