mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-28 03:46:06 -05:00 
			
		
		
		
	Merge pull request #366 from paperless-ngx/fix-issue-365
Fix filterable dropdown buttons arent translated
This commit is contained in:
		| @@ -18,10 +18,10 @@ | ||||
|       <div *ngIf="!editing && multiple" class="list-group-item d-flex"> | ||||
|         <div class="btn-group btn-group-xs btn-group-toggle flex-fill" ngbRadioGroup [(ngModel)]="selectionModel.logicalOperator" (change)="selectionModel.toggleOperator()" [disabled]="!operatorToggleEnabled"> | ||||
|           <label ngbButtonLabel class="btn btn-outline-primary"> | ||||
|             <input ngbButton type="radio" class="btn-check" name="logicalOperator" value="and"> All | ||||
|             <input ngbButton type="radio" class="btn-check" name="logicalOperator" value="and" i18n> All | ||||
|           </label> | ||||
|           <label ngbButtonLabel class="btn btn-outline-primary"> | ||||
|             <input ngbButton type="radio" class="btn-check" name="logicalOperator" value="or"> Any | ||||
|             <input ngbButton type="radio" class="btn-check" name="logicalOperator" value="or" i18n> Any | ||||
|           </label> | ||||
|         </div> | ||||
|       </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon