Skip to content

Commit

Permalink
[SPDBT-3519] add tooltips (#2119)
Browse files Browse the repository at this point in the history
# Description

This PR includes the following proposed change(s):

- SPDBT-3519 - add tooltips
  • Loading branch information
carolcarpenter authored Jan 22, 2025
1 parent 7793209 commit 5622854
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,18 @@ import { BizPortalUserDialogData, ModalBusinessManagerEditComponent } from './mo
<div class="mt-2">
<ul>
<li class="mb-1">
Your organization may have up to {{ maximumNumberOfPrimaryContacts }} primary business managers and
up to {{ maximumNumberOfContacts }} business managers.
Your organization may have up to {{ maximumNumberOfPrimaryContacts }}
primary business managers
<mat-icon
matTooltip="Primary Business Manager has additional privileges to manage Business Manager
accounts on behalf of the business."
>
info
</mat-icon>
and up to {{ maximumNumberOfContacts }} business managers
<mat-icon matTooltip="Business Manager has basic privileges such as accessing Online Services.">
info </mat-icon
>.
</li>
<li class="mb-1">Invitations will expire 7 days after being sent.</li>
</ul>
Expand Down

0 comments on commit 5622854

Please sign in to comment.