mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
[PM-18803] New Item Nudge Login Spotlight Bold Copy Text (#14589)
* updated new-item-nudge.component to include bold text for login spotlight. and link in ssh spotlight
This commit is contained in:
@@ -5276,8 +5276,20 @@
|
||||
"newLoginNudgeTitle": {
|
||||
"message": "Save time with autofill"
|
||||
},
|
||||
"newLoginNudgeBody": {
|
||||
"message": "Include a Website so this login appears as an autofill suggestion."
|
||||
"newLoginNudgeBodyOne": {
|
||||
"message": "Include a",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newLoginNudgeBodyBold": {
|
||||
"message": "Website",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newLoginNudgeBodyTwo": {
|
||||
"message": "so this login appears as an autofill suggestion.",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newCardNudgeTitle": {
|
||||
"message": "Seamless online checkout"
|
||||
@@ -5300,7 +5312,14 @@
|
||||
"newSshNudgeTitle": {
|
||||
"message": "Developer-friendly SSH access"
|
||||
},
|
||||
"newSshNudgeBody": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
|
||||
"newSshNudgeBodyOne": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication.",
|
||||
"description": "Two part message",
|
||||
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
|
||||
},
|
||||
"newSshNudgeBodyTwo": {
|
||||
"message": "Learn more about SSH agent",
|
||||
"description": "Two part message",
|
||||
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3755,8 +3755,20 @@
|
||||
"newLoginNudgeTitle": {
|
||||
"message": "Save time with autofill"
|
||||
},
|
||||
"newLoginNudgeBody": {
|
||||
"message": "Include a Website so this login appears as an autofill suggestion."
|
||||
"newLoginNudgeBodyOne": {
|
||||
"message": "Include a",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newLoginNudgeBodyBold": {
|
||||
"message": "Website",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newLoginNudgeBodyTwo": {
|
||||
"message": "so this login appears as an autofill suggestion.",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newCardNudgeTitle": {
|
||||
"message": "Seamless online checkout"
|
||||
@@ -3779,7 +3791,14 @@
|
||||
"newSshNudgeTitle": {
|
||||
"message": "Developer-friendly SSH access"
|
||||
},
|
||||
"newSshNudgeBody": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
|
||||
"newSshNudgeBodyOne": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication.",
|
||||
"description": "Two part message",
|
||||
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
|
||||
},
|
||||
"newSshNudgeBodyTwo": {
|
||||
"message": "Learn more about SSH agent",
|
||||
"description": "Two part message",
|
||||
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10638,8 +10638,20 @@
|
||||
"newLoginNudgeTitle": {
|
||||
"message": "Save time with autofill"
|
||||
},
|
||||
"newLoginNudgeBody": {
|
||||
"message": "Include a Website so this login appears as an autofill suggestion."
|
||||
"newLoginNudgeBodyOne": {
|
||||
"message": "Include a",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newLoginNudgeBodyBold": {
|
||||
"message": "Website",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newLoginNudgeBodyTwo": {
|
||||
"message": "so this login appears as an autofill suggestion.",
|
||||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||||
},
|
||||
"newCardNudgeTitle": {
|
||||
"message": "Seamless online checkout"
|
||||
@@ -10662,8 +10674,15 @@
|
||||
"newSshNudgeTitle": {
|
||||
"message": "Developer-friendly SSH access"
|
||||
},
|
||||
"newSshNudgeBody": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
|
||||
"newSshNudgeBodyOne": {
|
||||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication.",
|
||||
"description": "Two part message",
|
||||
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
|
||||
},
|
||||
"newSshNudgeBodyTwo": {
|
||||
"message": "Learn more about SSH agent",
|
||||
"description": "Two part message",
|
||||
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
|
||||
},
|
||||
"restart": {
|
||||
"message": "Restart"
|
||||
|
||||
Reference in New Issue
Block a user