You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/statistics/members_boxes.blade.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
</tr>
13
13
<tr>
14
14
<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>
16
16
</tr>
17
17
<tr>
18
18
<th>In Use:</th>
@@ -28,7 +28,7 @@
28
28
</tr>
29
29
<tr>
30
30
<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>
Copy file name to clipboardExpand all lines: resources/views/statistics/zone_occupants.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<divclass="container">
7
7
<p>This shows the number of current members in each area of the {{config('branding.space_type') }}</p>
8
8
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>
0 commit comments