mirror of https://github.com/BOINC/boinc.git
web: prefs time-of-day enabled defaults 0:00 to 23:59
This commit is contained in:
parent
7c6d55a048
commit
da12f8a45b
|
@ -469,7 +469,7 @@ function prefs_show_global($prefs) {
|
|||
}
|
||||
|
||||
function subset_name($subset) {
|
||||
if ($subset == "global") return tra("Computing");
|
||||
if ($subset == "global") return tra("computing");
|
||||
return PROJECT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue