Updated expiration year placeholder text to be dynamic (#474)

This commit is contained in:
Anthony Garera 2020-07-03 22:45:54 -04:00 committed by GitHub
parent bd975bf85d
commit 464708c507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
<div class="box-content-row" appBoxRow>
<label for="cardExpYear">{{'expirationYear' | i18n}}</label>
<input id="cardExpYear" type="text" name="Card.ExpYear" [(ngModel)]="cipher.card.expYear"
placeholder="{{'ex' | i18n}} 2019">
placeholder="{{'ex' | i18n}} {{currentDate | date: 'yyyy'}}">
</div>
<div class="box-content-row box-content-row-flex" appBoxRow>
<div class="row-main">
@ -364,4 +364,4 @@
</button>
</div>
</div>
</form>
</form>