support partially bound tokens in key health view

This commit is contained in:
Vincent Breitmoser
2017-09-28 17:27:52 +02:00
parent 77856afc4f
commit 7ee41aa51c
3 changed files with 22 additions and 7 deletions

View File

@@ -1821,6 +1821,8 @@
<string name="key_health_ok_subtitle">"No key issues found."</string>
<string name="key_health_divert_title">"Healthy (Security Token)"</string>
<string name="key_health_divert_subtitle">"No key issues found."</string>
<string name="key_health_divert_partial_title">"Healthy (Partial Token)"</string>
<string name="key_health_divert_partial_subtitle">"Click for details"</string>
<string name="key_health_expired_title">"Expired"</string>
<string name="key_health_expired_subtitle">"This key should not be used anymore."</string>
<string name="key_health_revoked_title">"Revoked"</string>