mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
PM-6643 Onboarding Import Data Text Update (#8228)
change text for import data field in onboarding vault
This commit is contained in:
parent
bd4453cce5
commit
356a15535c
@ -27,12 +27,9 @@
|
||||
<button type="button" bitLink (click)="emitToAddCipher()">
|
||||
{{ "onboardingImportDataDetailsLink" | i18n }}
|
||||
</button>
|
||||
<span *ngIf="orgs == null || orgs.length === 0">
|
||||
<span>
|
||||
{{ "onboardingImportDataDetailsPartTwoNoOrgs" | i18n }}
|
||||
</span>
|
||||
<span *ngIf="orgs.length > 0">
|
||||
{{ "onboardingImportDataDetailsPartTwoWithOrgs" | i18n }}
|
||||
</span>
|
||||
</p>
|
||||
</app-onboarding-task>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user