Skip to content

Commit 5a1e5a9

Browse files
Fix table header typo in multiple files
1 parent 5fcb84c commit 5a1e5a9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<th>Address</th>
7676
<th>Contact No.</th>
7777
<th>Date Created</th>
78-
<th class="text-center">Option</th>
78+
<th class="text-center">Options</th>
7979
</tr>
8080
</thead>
8181
<tbody>

profile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<th>Name</th>
119119
<th>Price</th>
120120
<th>Date Created</th>
121-
<th class="text-center">Option</th>
121+
<th class="text-center">Options</th>
122122
</tr>
123123
</thead>
124124
<tbody>

queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<th>Total</th>
7575
<th>Status</th>
7676
<th>Date</th>
77-
<th class="text-center">Option</th>
77+
<th class="text-center">Options</th>
7878
</tr>
7979
</thead>
8080
<tbody>

staff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<th>ID</th>
7474
<th>Staff</th>
7575
<th>Date Created</th>
76-
<th class="text-center">Option</th>
76+
<th class="text-center">Options</th>
7777
</tr>
7878
</thead>
7979
<tbody>

supply.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<th>Price</th>
7676
<th>Stocks</th>
7777
<th>Date</th>
78-
<th class="text-center">Option</th>
78+
<th class="text-center">Options</th>
7979
</tr>
8080
</thead>
8181
<tbody>

transaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<th>Price</th>
180180
<th>Qty</th>
181181
<th>Date</th>
182-
<th class="text-center">Option</th>
182+
<th class="text-center">Options</th>
183183
</tr>
184184
</thead>
185185
<tbody>

0 commit comments

Comments
 (0)