mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix missing word in settings string
This commit is contained in:
		| @@ -3757,8 +3757,8 @@ | ||||
|           <context context-type="linenumber">574</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="2105352414355663637" datatype="html"> | ||||
|         <source>This operation will permanently this mail account.</source> | ||||
|       <trans-unit id="7176985344323395435" datatype="html"> | ||||
|         <source>This operation will permanently delete this mail account.</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> | ||||
|           <context context-type="linenumber">575</context> | ||||
| @@ -3799,8 +3799,8 @@ | ||||
|           <context context-type="linenumber">633</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="6183247517597275616" datatype="html"> | ||||
|         <source>This operation will permanently this mail rule.</source> | ||||
|       <trans-unit id="2250372580580310337" datatype="html"> | ||||
|         <source>This operation will permanently delete this mail rule.</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/manage/settings/settings.component.ts</context> | ||||
|           <context context-type="linenumber">634</context> | ||||
|   | ||||
| @@ -572,7 +572,7 @@ export class SettingsComponent | ||||
|       backdrop: 'static', | ||||
|     }) | ||||
|     modal.componentInstance.title = $localize`Confirm delete mail account` | ||||
|     modal.componentInstance.messageBold = $localize`This operation will permanently this mail account.` | ||||
|     modal.componentInstance.messageBold = $localize`This operation will permanently delete this mail account.` | ||||
|     modal.componentInstance.message = $localize`This operation cannot be undone.` | ||||
|     modal.componentInstance.btnClass = 'btn-danger' | ||||
|     modal.componentInstance.btnCaption = $localize`Proceed` | ||||
| @@ -631,7 +631,7 @@ export class SettingsComponent | ||||
|       backdrop: 'static', | ||||
|     }) | ||||
|     modal.componentInstance.title = $localize`Confirm delete mail rule` | ||||
|     modal.componentInstance.messageBold = $localize`This operation will permanently this mail rule.` | ||||
|     modal.componentInstance.messageBold = $localize`This operation will permanently delete this mail rule.` | ||||
|     modal.componentInstance.message = $localize`This operation cannot be undone.` | ||||
|     modal.componentInstance.btnClass = 'btn-danger' | ||||
|     modal.componentInstance.btnCaption = $localize`Proceed` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon