mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 18:43:25 +00:00
for secrets manager show SM title (#5780)
* for secrets manager show SM title * removing convoluted i18 conversion * removing unused messages, and updating navbar to use the proper messages
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"message": "$APP_NAME$ Web Vault",
|
||||
"description": "The title of the website in the browser window.",
|
||||
"placeholders": {
|
||||
"app_name": {
|
||||
"content": "$1",
|
||||
"example": "Bitwarden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"whatTypeOfItem": {
|
||||
"message": "What type of item is this?"
|
||||
},
|
||||
@@ -2645,6 +2635,12 @@
|
||||
"webVault": {
|
||||
"message": "Web vault"
|
||||
},
|
||||
"bitWebVault": {
|
||||
"message": "Bitwarden Web vault"
|
||||
},
|
||||
"bitSecretsManager": {
|
||||
"message": "Bitwarden Secrets Manager"
|
||||
},
|
||||
"loggedIn": {
|
||||
"message": "Logged in"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user