fixed typo
This commit is contained in:
		
							parent
							
								
									369cca98b5
								
							
						
					
					
						commit
						9344675546
					
				@ -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 {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user