File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ func DeleteBlueprint(id uint64) errors.Error {
243243		return  err 
244244	}
245245	if  pipelinesAreUnfinished  {
246- 		return  errors .Default .New ("There are unfinished pipelines under  current blueprint . It can not  be deleted now ." )
246+ 		return  errors .Default .New ("There are unfinished pipelines in the  current project . It cannot  be deleted at this time ." )
247247	}
248248	err  =  bpManager .DeleteBlueprint (bp .ID )
249249	if  err  !=  nil  {
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ func DeleteProject(name string) errors.Error {
364364		return  err 
365365	}
366366	if  pipelinesAreUnfinished  {
367- 		return  errors .Default .New ("There are unfinished pipelines under  current project. It can not  be deleted now ." )
367+ 		return  errors .Default .New ("There are unfinished pipelines in the  current project. It cannot  be deleted at this time ." )
368368	}
369369	err  =  deleteProjectBlueprint (name )
370370	if  err  !=  nil  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments