Adding sendInvite message
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
d0335d23fe
commit
d8bb5087ed
2 changed files with 2 additions and 1 deletions
|
@ -3220,6 +3220,7 @@ validatingX509CertsHelp=The public certificates Keycloak uses to validate the si
|
|||
emptyUserOrganizations=No organizations
|
||||
emptyUserOrganizationsInstructions=There is no organization yet. Please join an organization or send an invitation to join an organization.
|
||||
joinOrganization=Join organization
|
||||
sendInvite=Send invite
|
||||
sendInvitation=Send invitation
|
||||
removeConfirmOrganizationTitle=Remove organization?
|
||||
organizationRemoveConfirm_one=Are you sure you want to remove user from the selected organization?
|
||||
|
|
|
@ -145,7 +145,7 @@ export const Organizations = () => {
|
|||
setOpenOrganizationPicker(true);
|
||||
}}
|
||||
>
|
||||
{t("sentInvite")}
|
||||
{t("sendInvite")}
|
||||
</DropdownItem>
|
||||
</DropdownList>
|
||||
</Dropdown>
|
||||
|
|
Loading…
Reference in a new issue