Merge branch 'dev' into beta

This commit is contained in:
shamoon
2023-11-15 00:21:23 -08:00
4 changed files with 30 additions and 7 deletions

View File

@@ -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>