Adding sendInvite message

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
Pedro Igor 2024-08-19 07:29:15 -03:00
parent d0335d23fe
commit d8bb5087ed
2 changed files with 2 additions and 1 deletions

View file

@ -3220,6 +3220,7 @@ validatingX509CertsHelp=The public certificates Keycloak uses to validate the si
emptyUserOrganizations=No organizations emptyUserOrganizations=No organizations
emptyUserOrganizationsInstructions=There is no organization yet. Please join an organization or send an invitation to join an organization. emptyUserOrganizationsInstructions=There is no organization yet. Please join an organization or send an invitation to join an organization.
joinOrganization=Join organization joinOrganization=Join organization
sendInvite=Send invite
sendInvitation=Send invitation sendInvitation=Send invitation
removeConfirmOrganizationTitle=Remove organization? removeConfirmOrganizationTitle=Remove organization?
organizationRemoveConfirm_one=Are you sure you want to remove user from the selected organization? organizationRemoveConfirm_one=Are you sure you want to remove user from the selected organization?

View file

@ -145,7 +145,7 @@ export const Organizations = () => {
setOpenOrganizationPicker(true); setOpenOrganizationPicker(true);
}} }}
> >
{t("sentInvite")} {t("sendInvite")}
</DropdownItem> </DropdownItem>
</DropdownList> </DropdownList>
</Dropdown> </Dropdown>