Skip to content

Commit

Permalink
Roster Statistics String Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G authored Apr 14, 2024
1 parent 5e1f79e commit ceeecd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/Rosterstatistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const StatisticsPage = (props) => {
<div className="DepartmentContainer">
<h4>
Please note, the Statistics app is currently pending rewrite by S6.
The values, while accurate, only apply to Active Duty Personell
The values, while accurate, only apply to active duty personnel
</h4>
</div>
{cacheTime && cacheTime.combat !== null && (
Expand Down Expand Up @@ -221,7 +221,7 @@ const StatisticsPage = (props) => {
lists.bravo3,
lists.charlie3,
]}
centerLabel={"Total Third Battalion Strength"}
centerLabel={"Total 3-7 Strength"}
labelArray={[
"3-7 Headquarters",
"Alpha Company",
Expand Down

0 comments on commit ceeecd8

Please sign in to comment.