mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed typo: Predicated -> Predicted (2 instances) (#7222)
The text that should have been "Predicted usage" was written as "Predicated usage" for both occurrences in the file.
This commit is contained in:
@@ -176,7 +176,7 @@ if (bill_permitted($bill_id)) {
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<?php
|
||||
echo 'Predicated usage: ' . format_bytes_billing(getPredictedUsage($bill_data['bill_day'], $bill_data['total_data']));
|
||||
echo 'Predicted usage: ' . format_bytes_billing(getPredictedUsage($bill_data['bill_day'], $bill_data['total_data']));
|
||||
?>
|
||||
</td>
|
||||
<?php
|
||||
@@ -198,7 +198,7 @@ if (bill_permitted($bill_id)) {
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<?php
|
||||
echo 'Predicated usage: ' . format_bytes_billing(getPredictedUsage($bill_data['bill_day'], $bill_data['rate_95th']));
|
||||
echo 'Predicted usage: ' . format_bytes_billing(getPredictedUsage($bill_data['bill_day'], $bill_data['rate_95th']));
|
||||
?>
|
||||
</td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user