Actions
Bug #14176
closedUptime displays plural seconds for multiple minutes in the System Information Dashboard widget
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
23.05
Release Notes:
Default
Affected Version:
Affected Architecture:
All
Description
The check to display seconds as plural is incorrectly checking for multiple minutes here:
https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/includes/functions.inc.php#L81
if ($upmins > 1) { $seconds = "s"; }
Actions