Skip to content

Commit c5cb0d5

Browse files
committed
Fix some typos on the boxes and zones status pages
1 parent 8b9761e commit c5cb0d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/statistics/members_boxes.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</tr>
1313
<tr>
1414
<th>Available Spaces:</th>
15-
<td>{{ $totalSpaces - $inUse }}</td><td>This is the number of available shelf spaces we have across the two "Member's storage" rooms, this number needs to be above 0 for you to buy a box.</td>
15+
<td>{{ $totalSpaces - $inUse }}</td><td>This is the number of available shelf spaces we have across the two "Member's storage" rooms. This number needs to be above 0 for you to buy a box.</td>
1616
</tr>
1717
<tr>
1818
<th>In Use:</th>
@@ -28,7 +28,7 @@
2828
</tr>
2929
<tr>
3030
<th>Total Boxes:</th>
31-
<td>{{ $total }}</td><td>Total number of boxes registers in HMS.</td>
31+
<td>{{ $total }}</td><td>Total number of boxes registered in HMS.</td>
3232
</tr>
3333
</table>
3434
@can('box.view.all')

resources/views/statistics/zone_occupants.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="container">
77
<p>This shows the number of current members in each area of the {{ config('branding.space_type') }}</p>
88

9-
<p>These are very rough numbers based on RFID entries and exits where available. We don't track exits at all doors and tailgating can no be account for. Every 12 hours we reset any members in a zone for over {{ $resetHours }} hours back to off-site.</p>
9+
<p>These are very rough numbers based on RFID entries and exits where available. We don't track exits at all doors and tailgating can not be accounted for. Every 12 hours we reset any members in a zone for over {{ $resetHours }} hours back to off-site.</p>
1010
<table class="table">
1111
<thead>
1212
<th>Zone</th>

0 commit comments

Comments
 (0)