fixed translate

This commit is contained in:
Elyor Djalilov 2024-08-23 14:59:09 +05:00
parent e080c8d52b
commit 2f90e19ccf

View File

@ -119,10 +119,10 @@ export const LogoutAllSessionDialog = ({
visible={visible}
onClose={onClose}
displayType={ModalDialogType.modal}
autoMaxHeight
>
<ModalDialog.Header>
{t("Profile:LogoutAllActiveConnections")}
</ModalDialog.Header>
<ModalDialog.Header>{t("Common:LogoutButton")}</ModalDialog.Header>
<ModalDialog.Body>
{bodySubtitle}
{bodyText}