Fix language for expiring app tokens notification

This commit is contained in:
Joseph Schorr 2018-02-12 16:56:06 -05:00
parent 06d25816be
commit 8c14a8fdf2

View file

@ -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>