Skip to content

Commit

Permalink
Fix typo in payment overages message
Browse files Browse the repository at this point in the history
Replaced "replay" with "repay" in the text describing payment overages during a contract. Ensured clarity in user-facing messaging.
  • Loading branch information
IllianiCBT committed Jan 8, 2025
1 parent afa1d92 commit 1b67412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/campaign/Campaign.java
Original file line number Diff line number Diff line change
Expand Up @@ -7852,7 +7852,7 @@ public void completeMission(@Nullable Mission mission, MissionStatus status) {
getFinances().credit(TransactionType.CONTRACT_PAYMENT, getLocalDate(), remainingMoney,
"Repaying payment overages for " + contract.getName());
addReport("Your account has been debited for " + remainingMoney.absolute().toAmountAndSymbolString()
+ " to replay payment overages occurred during the contract " + contract.getName());
+ " to repay payment overages occurred during the contract " + contract.getName());
}

// This relies on the mission being a Contract, and AtB to be on
Expand Down

0 comments on commit 1b67412

Please sign in to comment.