diff --git a/www/drive/inner.js b/www/drive/inner.js index 2f5ff9fa0..cbeb0b08f 100644 --- a/www/drive/inner.js +++ b/www/drive/inner.js @@ -2232,7 +2232,7 @@ define([ // Only Trash and Root are available in not-owned files manager if (!path || displayedCategories.indexOf(path[0]) === -1) { - log(Messages.categoryError); + log(Messages.fm_categoryError); currentPath = [ROOT]; _displayDirectory(currentPath); return;