-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/bitwarden/clients into tool…
…s/pm-7114/remove-send-v1-code
- Loading branch information
Showing
41 changed files
with
668 additions
and
2,486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -454,9 +454,6 @@ | |
"length": { | ||
"message": "Length" | ||
}, | ||
"passwordMinLength": { | ||
"message": "Minimum password length" | ||
}, | ||
"uppercase": { | ||
"message": "Uppercase (A-Z)", | ||
"description": "deprecated. Use uppercaseLabel instead." | ||
|
@@ -528,10 +525,6 @@ | |
"minSpecial": { | ||
"message": "Minimum special" | ||
}, | ||
"avoidAmbChar": { | ||
"message": "Avoid ambiguous characters", | ||
"description": "deprecated. Use avoidAmbiguous instead." | ||
}, | ||
"avoidAmbiguous": { | ||
"message": "Avoid ambiguous characters", | ||
"description": "Label for the avoid ambiguous characters checkbox." | ||
|
@@ -2044,9 +2037,6 @@ | |
"clone": { | ||
"message": "Clone" | ||
}, | ||
"passwordGeneratorPolicyInEffect": { | ||
"message": "One or more organization policies are affecting your generator settings." | ||
}, | ||
"passwordGenerator": { | ||
"message": "Password generator" | ||
}, | ||
|
@@ -2796,9 +2786,6 @@ | |
"error": { | ||
"message": "Error" | ||
}, | ||
"regenerateUsername": { | ||
"message": "Regenerate username" | ||
}, | ||
"generateUsername": { | ||
"message": "Generate username" | ||
}, | ||
|
@@ -2839,9 +2826,6 @@ | |
} | ||
} | ||
}, | ||
"usernameType": { | ||
"message": "Username type" | ||
}, | ||
"plusAddressedEmail": { | ||
"message": "Plus addressed email", | ||
"description": "Username generator option that appends a random sub-address to the username. For example: [email protected]" | ||
|
@@ -2864,12 +2848,6 @@ | |
"websiteName": { | ||
"message": "Website name" | ||
}, | ||
"whatWouldYouLikeToGenerate": { | ||
"message": "What would you like to generate?" | ||
}, | ||
"passwordType": { | ||
"message": "Password type" | ||
}, | ||
"service": { | ||
"message": "Service" | ||
}, | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.