fixed typo

This commit is contained in:
Jon Lambson 2017-10-27 17:13:42 -06:00
parent 369cca98b5
commit 9344675546
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ app.controller('websiteCtrl', [
vm.breadcrumbs.shift();
var result = { data: { warning: true } };
vm.currentFolder = vm.breadcrumbs[vm.breadcrumbs.length - 2];
var msg = "You can only view " + "'" + vm.currentFolder + "'";
var msg = "You can only view inside the " + "'" + vm.currentFolder + "'" + ' folder.';
vm.buildNotification(result, msg);
}
} else {