mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: Add missing translation string in share link dropdown
Closes #4594
This commit is contained in:
		| @@ -3687,6 +3687,13 @@ | ||||
|           <context context-type="linenumber">42</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="8037476586059399916" datatype="html"> | ||||
|         <source>Expires</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">src/app/components/common/share-links-dropdown/share-links-dropdown.component.html</context> | ||||
|           <context context-type="linenumber">46</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="5674286808255988565" datatype="html"> | ||||
|         <source>Create</source> | ||||
|         <context-group purpose="location"> | ||||
|   | ||||
| @@ -43,7 +43,7 @@ | ||||
|             </div> | ||||
|           </div> | ||||
|           <div class="input-group input-group-sm w-100 mt-2"> | ||||
|             <label class="input-group-text" for="addLink">Expires:</label> | ||||
|             <label class="input-group-text" for="addLink"><ng-container i18n>Expires</ng-container>:</label> | ||||
|             <select class="form-select form-select-sm" [(ngModel)]="expirationDays"> | ||||
|               <option *ngFor="let option of EXPIRATION_OPTIONS" [ngValue]="option.value">{{ option.label }}</option> | ||||
|             </select> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon