Fixes #822 Mb to MB for accuracy.
This commit is contained in:
parent
976b83708b
commit
9ae01b5f9d
@ -165,7 +165,7 @@ angular.module('myApp.filters', ['myApp.i18n'])
|
|||||||
} else {
|
} else {
|
||||||
mbs = (Math.round(mbs * 10) / 10);
|
mbs = (Math.round(mbs * 10) / 10);
|
||||||
}
|
}
|
||||||
return mbs + ' Mb';
|
return mbs + ' MB';
|
||||||
}
|
}
|
||||||
}])
|
}])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user