diff --git a/Quotes.txt b/Quotes.txt
index e908c0697..496bb55b3 100644
--- a/Quotes.txt
+++ b/Quotes.txt
@@ -1,13 +1,13 @@
Collection of Quotes
-The past is relevant only as data
+The past is relevant only as data.
Pull on the new flesh like borrowed gloves and burn your fingers once again.
A weapon is a tool. A tool for killing and destroying. And there will be times
when you must kill and destroy. Then you will choose and equip yourself with the tools
that you need. But remember the weakness of weapons. They are an extension --
-You are the killer and destroyer. You are whole, with or without them.
+you are the killer and destroyer. You are whole, with or without them.
For all that we have done, as a civilization, as individuals, the universe is
not stable, and nor is any single thing within it. Stars consume themselves,
diff --git a/src/Hacknet/ui/PlayerInfo.jsx b/src/Hacknet/ui/PlayerInfo.jsx
index 0db2cc528..7afab39b4 100644
--- a/src/Hacknet/ui/PlayerInfo.jsx
+++ b/src/Hacknet/ui/PlayerInfo.jsx
@@ -29,11 +29,10 @@ export function PlayerInfo(props) {
{Money(Player.money.toNumber())}
{
- hasServers &&
- <>Hashes: {Hashes(Player.hashManager.hashes)} / {Hashes(Player.hashManager.capacity)}
>
+ hasServers && <>Hashes: {Hashes(Player.hashManager.hashes)} / {Hashes(Player.hashManager.capacity)}
>
}
- Total Hacknet Node Production:
+ Total Hacknet {hasServers ? 'Server' : 'Node'} Production:
{prod}