instructions language update

This commit is contained in:
Kyle Spearrin 2018-12-12 00:02:57 -05:00
parent 534bcdd52c
commit dfa59dc93d
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
<td class="text-right">
<a class="badge badge-primary" href="{{cipherDocs.get(c.id)}}" target="_blank" rel="noopener"
*ngIf="cipherDocs.has(c.id)">
{{'2faInstructions' | i18n}}</a>
{{'instructions' | i18n}}</a>
</td>
</tr>
</tbody>

View File

@ -1329,8 +1329,8 @@
"noInactive2fa": {
"message": "No websites were found in your vault with a missing two-factor authentication configuration."
},
"2faInstructions": {
"message": "2FA Instructions"
"instructions": {
"message": "Instructions"
},
"exposedPasswordsReport": {
"message": "Exposed Passwords Report"