mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	Capitalize Owned Attributes title
				
					
				
			This commit is contained in:
		
							parent
							
								
									7b1d6c3937
								
							
						
					
					
						commit
						54e21bf249
					
				@ -48,7 +48,7 @@ export default class OwnedAttributeListWidget extends NoteContextAwareWidget {
 | 
				
			|||||||
    getTitle() {
 | 
					    getTitle() {
 | 
				
			||||||
        return {
 | 
					        return {
 | 
				
			||||||
            show: !this.note.isLaunchBarConfig(),
 | 
					            show: !this.note.isLaunchBarConfig(),
 | 
				
			||||||
            title: "Owned attributes",
 | 
					            title: "Owned Attributes",
 | 
				
			||||||
            icon: "bx bx-list-check"
 | 
					            icon: "bx bx-list-check"
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user