mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-21 16:13:54 +00:00
Pluralize powered machines
This commit is contained in:
parent
ac71840be7
commit
45e36e553b
1 changed files with 2 additions and 1 deletions
|
@ -1009,7 +1009,8 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
|||
<h3 style="color: var(--accent1); text-shadow: 0px 0px 10px var(--accent1);">
|
||||
{formatWhole(numPoweredMachines.value)}
|
||||
</h3>{" "}
|
||||
machines powered
|
||||
{Decimal.eq(numPoweredMachines.value, 1) ? "machine" : "machines"}{" "}
|
||||
powered
|
||||
</span>
|
||||
) : null}
|
||||
<span class="nav-segment">
|
||||
|
|
Loading…
Reference in a new issue