mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
[PM-22269] Generator/Send Nudge Updates (#15049)
* remove margin from the bottom of paragraph tag in generator spotlight * update aria-label text to match translation key * Remove `SendNudgeStatus` nudge type * update web send page to use new title and description * update old no sends title and description * hide internal contents on generator nudge * remove NudgeService from send-v2 test
This commit is contained in:
@@ -41,7 +41,6 @@ export enum NudgeType {
|
||||
NewNoteItemStatus = "new-note-item-status",
|
||||
NewSshItemStatus = "new-ssh-item-status",
|
||||
GeneratorNudgeStatus = "generator-nudge-status",
|
||||
SendNudgeStatus = "send-nudge-status",
|
||||
}
|
||||
|
||||
export const NUDGE_DISMISSED_DISK_KEY = new UserKeyDefinition<
|
||||
|
||||
Reference in New Issue
Block a user