Skip to content

Commit

Permalink
Merge pull request #5702 from IllianiCBT/typo
Browse files Browse the repository at this point in the history
Fixed Typo in Payment Overages Message
  • Loading branch information
Sleet01 authored Jan 9, 2025
2 parents a3e9d09 + 1b67412 commit 03f2dfb
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 @@ -7862,7 +7862,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 03f2dfb

Please sign in to comment.