1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

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

View File

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