Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
73a3375f03
@ -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