mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
instructions language update
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user