1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +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:
Nick Krantz
2025-06-03 09:04:29 -05:00
committed by GitHub
parent deb9ba6e31
commit 24ae013f71
8 changed files with 19 additions and 57 deletions

View File

@@ -4,12 +4,14 @@
(onDismiss)="dismissGeneratorSpotlight(NudgeType.GeneratorNudgeStatus)"
>
<p
class="tw-text-main"
class="tw-text-main tw-mb-0"
bitTypography="body2"
[attr.aria-label]="'generatorNudgeIconAria' | i18n"
[attr.aria-label]="'generatorNudgeBodyAria' | i18n"
>
{{ "generatorNudgeBodyOne" | i18n }} <i class="bwi bwi-generate"></i>
{{ "generatorNudgeBodyTwo" | i18n }}
<span aria-hidden="true">
{{ "generatorNudgeBodyOne" | i18n }} <i class="bwi bwi-generate"></i>
{{ "generatorNudgeBodyTwo" | i18n }}
</span>
</p>
</bit-spotlight>
</div>