mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
Updated expiration year placeholder text to be dynamic (#474)
This commit is contained in:
parent
bd975bf85d
commit
464708c507
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user