Update MMMM Do yyyy to MMMM do yyyy per date-fns format docs (#11142)

* Update MMMM Do yyyy to MMMM do yyyy per date-fns format docs

* Add changelog
This commit is contained in:
Chelsea Shaw 2021-03-19 12:08:33 -05:00 committed by GitHub
parent 46e986d9d9
commit 7013fb65a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
changelog/11142.txt Normal file
View File

@ -0,0 +1,3 @@
```changelog:bug
ui: Fix date display on expired token notice
```

View File

@ -3,7 +3,7 @@
<AlertBanner <AlertBanner
@type="danger" @type="danger"
@message="Your auth token expired on @message="Your auth token expired on
{{date-format expirationDate "MMMM Do yyyy, h:mm:ss a"}} {{date-format expirationDate "MMMM do yyyy, h:mm:ss a"}}
. You will need to re-authenticate." . You will need to re-authenticate."
> >
<LinkTo @route="vault.cluster.logout" class="button link"> <LinkTo @route="vault.cluster.logout" class="button link">