From d111a01b490ab21de8a15aeda0c1bd7536e8be01 Mon Sep 17 00:00:00 2001 From: Anthony Garera Date: Fri, 3 Jul 2020 22:46:42 -0400 Subject: [PATCH] Updated expiration year placeholder text to be dynamic (#1272) * Updated Example text to be dynamic to current year using New Date(); and then a Date pipe to display properly in the UI * Removed change in the add-edit.component.ts file because it is now made in jslib --- src/popup/vault/add-edit.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/vault/add-edit.component.html b/src/popup/vault/add-edit.component.html index 8a4e95c1c5..7a4c6c1cd0 100644 --- a/src/popup/vault/add-edit.component.html +++ b/src/popup/vault/add-edit.component.html @@ -100,7 +100,7 @@
+ placeholder="{{'ex' | i18n}} {{currentDate | date: 'yyyy'}}">