mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
placeholder modified for expiration date
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<mat-dialog-content>
|
<mat-dialog-content>
|
||||||
<!-- <p class="adf-share-link__info">{{ 'SHARE.DESCRIPTION' | translate }}</p> -->
|
|
||||||
<hr class="adf-share-link__seperation-line" />
|
<hr class="adf-share-link__seperation-line" />
|
||||||
|
|
||||||
<form [formGroup]="form">
|
<form [formGroup]="form">
|
||||||
@@ -31,7 +30,7 @@
|
|||||||
|
|
||||||
<div *ngIf="isSlideToggleChecked" data-automation-id="adf-slide-toggle-checked">
|
<div *ngIf="isSlideToggleChecked" data-automation-id="adf-slide-toggle-checked">
|
||||||
<mat-form-field class="adf-full-width adf-float-label" floatLabel='always'>
|
<mat-form-field class="adf-full-width adf-float-label" floatLabel='always'>
|
||||||
<mat-label>{{ 'SHARE.EXPIRATION-LABEL' | translate }}</mat-label>
|
<mat-label>{{ 'SHARE.EXPIRATION-PLACEHOLDER' | translate }}</mat-label>
|
||||||
<mat-datetimepicker-toggle
|
<mat-datetimepicker-toggle
|
||||||
#matDatetimepickerToggle="matDatetimepickerToggle"
|
#matDatetimepickerToggle="matDatetimepickerToggle"
|
||||||
[disabled]="time.disabled"
|
[disabled]="time.disabled"
|
||||||
@@ -47,7 +46,7 @@
|
|||||||
<input class="adf-share-link__input"
|
<input class="adf-share-link__input"
|
||||||
#dateTimePickerInput
|
#dateTimePickerInput
|
||||||
matInput
|
matInput
|
||||||
placeholder="{{ 'SHARE.EXPIRATION-LABEL' | translate }}"
|
placeholder="{{ 'SHARE.EXPIRATION-PLACEHOLDER' | translate }}"
|
||||||
[attr.aria-label]="'SHARE.EXPIRATION-LABEL' | translate"
|
[attr.aria-label]="'SHARE.EXPIRATION-LABEL' | translate"
|
||||||
[min]="minDate"
|
[min]="minDate"
|
||||||
formControlName="time"
|
formControlName="time"
|
||||||
|
|||||||
@@ -462,7 +462,8 @@
|
|||||||
"LINK-WITH-EXPIRY-SETTINGS": "New link has been generated with expiry settings",
|
"LINK-WITH-EXPIRY-SETTINGS": "New link has been generated with expiry settings",
|
||||||
"EXPIRES": "Expires on",
|
"EXPIRES": "Expires on",
|
||||||
"LINK-EXPIRY-DATE": "Link Expiry Date",
|
"LINK-EXPIRY-DATE": "Link Expiry Date",
|
||||||
"EXPIRATION-LABEL" : "MM/DD/YYYY",
|
"EXPIRATION-LABEL" : "Expiration Date",
|
||||||
|
"EXPIRATION-PLACEHOLDER": "MM/DD/YYYY",
|
||||||
"CLIPBOARD-MESSAGE": "Link copied to the clipboard",
|
"CLIPBOARD-MESSAGE": "Link copied to the clipboard",
|
||||||
"CLOSE": "Close",
|
"CLOSE": "Close",
|
||||||
"COPY_BUTTON_LABEL": "Copy link",
|
"COPY_BUTTON_LABEL": "Copy link",
|
||||||
|
|||||||
Reference in New Issue
Block a user