removed extra info about version browser

This commit is contained in:
Elyor Djalilov 2024-07-02 12:35:16 +05:00
parent 488d621ff9
commit 4d0b50f9a6

View File

@ -54,7 +54,7 @@ const LogoutSessionDialog = ({
<ModalDialog.Body>
{t("Profile:LogoutFrom", {
platform: data.platform,
browser: data.browser,
browser: data.browser?.split(".")[0] ?? "",
})}
</ModalDialog.Body>
<ModalDialog.Footer>