Skip to content

Commit

Permalink
UI: Show day of month instead of day of year in the expiration warnin…
Browse files Browse the repository at this point in the history
…g dialog (#11984)

* Show day of month instead of day of year in expiration warning dialog

* Adding changelog
  • Loading branch information
balent authored and hashishaw committed Sep 3, 2021
1 parent 60ea8ea commit 84f8557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog/11984.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Show day of month instead of day of year in the expiration warning dialog
```
4 changes: 2 additions & 2 deletions ui/app/templates/components/auth-info.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}>
Expand Down

0 comments on commit 84f8557

Please sign in to comment.