Fixed Bug 69183 - Accounts. In the pop-up notification when the portal owner changes, the recipient of the letter is incorrectly specified

This commit is contained in:
Timofey Boyko 2024-07-15 11:33:06 +03:00
parent f06322abad
commit 2cbf6f4db9

View File

@ -91,7 +91,7 @@ const ChangePortalOwnerDialog = ({
onClose && onClose();
toastr.success(
t("Settings:ConfirmEmailSended", {
ownerName: selectedUser.label,
ownerName: displayName,
}),
);
})