From e598ae711a8abda33603f798e84e1fbfeaf40eff Mon Sep 17 00:00:00 2001 From: Robert Balent Date: Thu, 2 Sep 2021 15:06:55 -0700 Subject: [PATCH] UI: Show day of month instead of day of year in the expiration warning dialog (#11984) * Show day of month instead of day of year in expiration warning dialog * Adding changelog --- changelog/11984.txt | 3 +++ ui/app/templates/components/auth-info.hbs | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelog/11984.txt diff --git a/changelog/11984.txt b/changelog/11984.txt new file mode 100644 index 000000000..11b23e8d2 --- /dev/null +++ b/changelog/11984.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Show day of month instead of day of year in the expiration warning dialog +``` diff --git a/ui/app/templates/components/auth-info.hbs b/ui/app/templates/components/auth-info.hbs index 5d2b37741..a158e7b9d 100644 --- a/ui/app/templates/components/auth-info.hbs +++ b/ui/app/templates/components/auth-info.hbs @@ -10,8 +10,8 @@
  • -
  • + On {{date-format this.auth.tokenExpirationDate 'MMMM do yyyy, h:mm:ss a'}}" /> + {{/if}}