Web: People: remove tooltip from profile

This commit is contained in:
Nikita Gopienko 2019-10-17 16:15:04 +03:00
parent 24c33fcd15
commit 0b52757164

View File

@ -13,8 +13,7 @@ import {
Link,
toastr,
ModalDialog,
ComboBox,
Tooltip
ComboBox
} from "asc-web-components";
import { connect } from "react-redux";
import styled from 'styled-components';
@ -411,35 +410,10 @@ class ProfileInfo extends React.PureComponent {
className='language-combo'
/>
<TooltipIcon
data-for="tooltipLanguageId"
data-tip=''
data-event="click focus"
>
<IconButton isClickable={true} size={13} iconName="QuestionIcon" />
</TooltipIcon>
</InfoItemValue>
<Tooltip
id="tooltipLanguageId"
effect="solid"
offsetRight={100}
place="top"
maxWidth={340}
>
<Text.Body fontSize={13}>
<Trans i18nKey="NotFoundLanguage" i18n={i18n}>
"In case you cannot find your language in the list of the
available ones, feel free to write to us at
<Link href="documentation@onlyoffice.com" isHovered={true}>
{{supportEmail}}
</Link> to take part in the translation and get up to 1 year free of
charge."
</Trans>
{" "}
<Link isHovered={true} href="https://helpcenter.onlyoffice.com/ru/guides/become-translator.aspx">{t("LearnMore")}</Link>
</Text.Body>
</Tooltip>
</InfoItem>
}
<ModalDialog