mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-02 20:41:11 +02:00
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
46e986d9d9
commit
7013fb65a4
3
changelog/11142.txt
Normal file
3
changelog/11142.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
```changelog:bug
|
||||||
|
ui: Fix date display on expired token notice
|
||||||
|
```
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user