Skip to content

Commit

Permalink
PM-6643 Onboarding Import Data Text Update (#8228)
Browse files Browse the repository at this point in the history
change text for import data field in onboarding vault
  • Loading branch information
Jingo88 authored Mar 6, 2024
1 parent bd4453c commit 356a155
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 356a155

Please sign in to comment.