mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
Minor text change
This commit is contained in:
@@ -112,7 +112,7 @@ function my_check($time, $speed) {
|
||||
function my_error($code) {
|
||||
switch ($code) {
|
||||
case -4:
|
||||
return "<em>user abort</em>";
|
||||
return "<em>aborted</em>";
|
||||
default:
|
||||
return "<strong>$code</strong>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user