diff --git a/www/settings/inner.js b/www/settings/inner.js index e2a7881ef..8ec079b42 100644 --- a/www/settings/inner.js +++ b/www/settings/inner.js @@ -1238,7 +1238,7 @@ define([ })); }).nThen(function () { if (!size || size < 1024) { - $(currentSize).html(Messages.trimHistory_noHistory || 'no history...')); // XXX + $(currentSize).html(Messages.trimHistory_noHistory || 'no history...'); // XXX return; } $(currentSize).html(Messages._getKey('trimHistory_currentSize', [size]));