mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Fixed typos in error messages
This commit is contained in:
parent
a1e0d40963
commit
f7f22ac7ef
@ -200,7 +200,7 @@ export function createUpgradeHomeCoresPopup(p: IPlayer): void {
|
||||
const currentCores = p.getHomeComputer().cpuCores;
|
||||
if (currentCores >= 8) {
|
||||
dialogBoxCreate(<>
|
||||
You've have the maximum amount of CPU cores on your home computer.
|
||||
You have the maximum amount of CPU cores on your home computer.
|
||||
</>);
|
||||
return;
|
||||
}
|
||||
@ -263,7 +263,7 @@ export function createUpgradeHomeRamPopup(p: IPlayer): void {
|
||||
const homeComputer = p.getHomeComputer();
|
||||
if (homeComputer.maxRam >= CONSTANTS.HomeComputerMaxRam) {
|
||||
dialogBoxCreate(<>
|
||||
You've have the maximum amount of RAM on your home computer.
|
||||
You have the maximum amount of RAM on your home computer.
|
||||
</>);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user