Fix invalid translation key
This commit is contained in:
parent
c10e50b5bb
commit
b04e3def64
@ -2232,7 +2232,7 @@ define([
|
|||||||
|
|
||||||
// Only Trash and Root are available in not-owned files manager
|
// Only Trash and Root are available in not-owned files manager
|
||||||
if (!path || displayedCategories.indexOf(path[0]) === -1) {
|
if (!path || displayedCategories.indexOf(path[0]) === -1) {
|
||||||
log(Messages.categoryError);
|
log(Messages.fm_categoryError);
|
||||||
currentPath = [ROOT];
|
currentPath = [ROOT];
|
||||||
_displayDirectory(currentPath);
|
_displayDirectory(currentPath);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user