Commit 567b7183 authored by Mike Jang's avatar Mike Jang Committed by Denys Mishunov

Revise note on token expiration and enforcement

parent a0efb830
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
%td %td
- if token.expires? - if token.expires?
- if token.expires_at.past? || token.expires_at.today? - if token.expires_at.past? || token.expires_at.today?
%span{ class: 'text-danger has-tooltip', title: _('Expiration not enforced') } %span{ class: 'text-danger has-tooltip', title: _('Token valid until revoked') }
= _('Expired') = _('Expired')
- else - else
%span{ class: ('text-warning' if token.expires_soon?) } %span{ class: ('text-warning' if token.expires_soon?) }
......
...@@ -10136,9 +10136,6 @@ msgstr "" ...@@ -10136,9 +10136,6 @@ msgstr ""
msgid "Expiration date" msgid "Expiration date"
msgstr "" msgstr ""
msgid "Expiration not enforced"
msgstr ""
msgid "Expired" msgid "Expired"
msgstr "" msgstr ""
...@@ -25980,6 +25977,9 @@ msgstr "" ...@@ -25980,6 +25977,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award." msgid "Toggles :%{name}: emoji award."
msgstr "" msgstr ""
msgid "Token valid until revoked"
msgstr ""
msgid "Tomorrow" msgid "Tomorrow"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment