mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[PM-18803] nudges new items (#14523)
* Added new-items-nudge service and component to show spotlight for new item nudges
This commit is contained in:
@@ -5248,5 +5248,35 @@
|
||||
},
|
||||
"hasItemsVaultNudgeBody": {
|
||||
"message": "Autofill items for the current page\nFavorite items for easy access\nSearch your vault for something else"
|
||||
},
|
||||
"newLoginNudgeTitle": {
|
||||
"message": "Save time with autofill"
|
||||
},
|
||||
"newLoginNudgeBody": {
|
||||
"message": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newCardNudgeTitle": {
|
||||
"message": "Seamless online checkout"
|
||||
},
|
||||
"newCardNudgeBody": {
|
||||
"message": "With cards, easily autofill payment forms securely and accurately."
|
||||
},
|
||||
"newIdentityNudgeTitle": {
|
||||
"message": "Simplify creating accounts"
|
||||
},
|
||||
"newIdentityNudgeBody": {
|
||||
"message": "With identities, quickly autofill long registration or contact forms."
|
||||
},
|
||||
"newNoteNudgeTitle": {
|
||||
"message": "Keep your sensitive data safe"
|
||||
},
|
||||
"newNoteNudgeBody": {
|
||||
"message": "With notes, securely store sensitive data like banking or insurance details."
|
||||
},
|
||||
"newSshNudgeTitle": {
|
||||
"message": "Developer-friendly SSH access"
|
||||
},
|
||||
"newSshNudgeBody": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3712,5 +3712,35 @@
|
||||
},
|
||||
"move": {
|
||||
"message": "Move"
|
||||
},
|
||||
"newLoginNudgeTitle": {
|
||||
"message": "Save time with autofill"
|
||||
},
|
||||
"newLoginNudgeBody": {
|
||||
"message": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newCardNudgeTitle": {
|
||||
"message": "Seamless online checkout"
|
||||
},
|
||||
"newCardNudgeBody": {
|
||||
"message": "With cards, easily autofill payment forms securely and accurately."
|
||||
},
|
||||
"newIdentityNudgeTitle": {
|
||||
"message": "Simplify creating accounts"
|
||||
},
|
||||
"newIdentityNudgeBody": {
|
||||
"message": "With identities, quickly autofill long registration or contact forms."
|
||||
},
|
||||
"newNoteNudgeTitle": {
|
||||
"message": "Keep your sensitive data safe"
|
||||
},
|
||||
"newNoteNudgeBody": {
|
||||
"message": "With notes, securely store sensitive data like banking or insurance details."
|
||||
},
|
||||
"newSshNudgeTitle": {
|
||||
"message": "Developer-friendly SSH access"
|
||||
},
|
||||
"newSshNudgeBody": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10629,6 +10629,36 @@
|
||||
"newBusinessUnit": {
|
||||
"message": "New business unit"
|
||||
},
|
||||
"newLoginNudgeTitle": {
|
||||
"message": "Save time with autofill"
|
||||
},
|
||||
"newLoginNudgeBody": {
|
||||
"message": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newCardNudgeTitle": {
|
||||
"message": "Seamless online checkout"
|
||||
},
|
||||
"newCardNudgeBody": {
|
||||
"message": "With cards, easily autofill payment forms securely and accurately."
|
||||
},
|
||||
"newIdentityNudgeTitle": {
|
||||
"message": "Simplify creating accounts"
|
||||
},
|
||||
"newIdentityNudgeBody": {
|
||||
"message": "With identities, quickly autofill long registration or contact forms."
|
||||
},
|
||||
"newNoteNudgeTitle": {
|
||||
"message": "Keep your sensitive data safe"
|
||||
},
|
||||
"newNoteNudgeBody": {
|
||||
"message": "With notes, securely store sensitive data like banking or insurance details."
|
||||
},
|
||||
"newSshNudgeTitle": {
|
||||
"message": "Developer-friendly SSH access"
|
||||
},
|
||||
"newSshNudgeBody": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
|
||||
},
|
||||
"restart": {
|
||||
"message": "Restart"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user