diff --git a/app/js/filters.js b/app/js/filters.js index a4ca7102..a17757bc 100644 --- a/app/js/filters.js +++ b/app/js/filters.js @@ -165,7 +165,7 @@ angular.module('myApp.filters', ['myApp.i18n']) } else { mbs = (Math.round(mbs * 10) / 10); } - return mbs + ' Mb'; + return mbs + ' MB'; } }])