Fix language for expiring app tokens notification
This commit is contained in:
parent
06d25816be
commit
8c14a8fdf2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div ng-repeat="token in NotificationService.expiringAppTokens">
|
||||
<div class="quay-service-status-description warning">
|
||||
Your external application token <strong style="display: inline-block; padding: 4px;">{{ token.title }}</strong>
|
||||
will be expiring <strong style="display: inline-block; padding: 4px;"><time-ago datetime="token.expiration"></time-ago></strong>.
|
||||
will be expiring in <strong style="display: inline-block; padding: 4px;"><time-ago datetime="token.expiration"></time-ago></strong>.
|
||||
Please create a new token and revoke this token in user settings.
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue