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:
parent
efd2571016
commit
51508987c4
|
@ -0,0 +1,3 @@
|
|||
```changelog:bug
|
||||
ui: Fix date display on expired token notice
|
||||
```
|
|
@ -3,7 +3,7 @@
|
|||
<AlertBanner
|
||||
@type="danger"
|
||||
@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."
|
||||
>
|
||||
<LinkTo @route="vault.cluster.logout" class="button link">
|
||||
|
|
Loading…
Reference in New Issue