mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-31 17:57:43 +01:00
instructions language update
This commit is contained in:
parent
534bcdd52c
commit
dfa59dc93d
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user