mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-02 12:31:08 +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
|
||||
@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…
x
Reference in New Issue
Block a user