mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fixed quotes
This commit is contained in:
		| @@ -457,8 +457,8 @@ | ||||
|           <context context-type="linenumber">7</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="1153806754022288374" datatype="html"> | ||||
|         <source>Saved view "<x id="PH" equiv-text="savedView.name"/> deleted.</source> | ||||
|       <trans-unit id="5610279464668232148" datatype="html"> | ||||
|         <source>Saved view "<x id="PH" equiv-text="savedView.name"/>" deleted.</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> | ||||
|           <context context-type="linenumber">54</context> | ||||
|   | ||||
| @@ -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