From 9ba2c56cb05ab03f35662504533fae1111fbf436 Mon Sep 17 00:00:00 2001 From: Damian Borowiecki Date: Thu, 17 Oct 2024 15:51:22 +0200 Subject: [PATCH] OP-1912: Changed labels in contract approval to more specific ones. --- src/translations/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index b73c36c..f0e65fd 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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",