mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-28 03:46:06 -05:00 
			
		
		
		
	fixed quotes
This commit is contained in:
		| @@ -51,7 +51,7 @@ export class SettingsComponent implements OnInit { | ||||
|     this.savedViewService.delete(savedView).subscribe(() => { | ||||
|       this.savedViewGroup.removeControl(savedView.id.toString()) | ||||
|       this.savedViews.splice(this.savedViews.indexOf(savedView), 1) | ||||
|       this.toastService.showInfo($localize`Saved view "${savedView.name} deleted.`) | ||||
|       this.toastService.showInfo($localize`Saved view "${savedView.name}" deleted.`) | ||||
|     }) | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler