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
This commit is contained in:
Robert Balent 2021-09-02 15:06:55 -07:00 committed by GitHub
parent 6d7ad94097
commit e598ae711a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

3
changelog/11984.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: Show day of month instead of day of year in the expiration warning dialog
```

View File

@ -10,8 +10,8 @@
<li class="action">
<AlertBanner @type="warning" @message="We've stopped auto-renewing your token due to inactivity.
It will expire in {{date-from-now this.auth.tokenExpirationDate interval=1000 hideSuffix=true}}.
On {{date-format this.auth.tokenExpirationDate 'MMMM Do yyyy, h:mm:ss a'}}" />
</li>
On {{date-format this.auth.tokenExpirationDate 'MMMM do yyyy, h:mm:ss a'}}" />
</li>
{{/if}}
<li class="action">
<button type="button" class="link" onclick={{action "restartGuide"}}>