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