Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/AppServer into release/rc-v1.2.0

This commit is contained in:
Tatiana Lopaeva 2022-12-07 11:38:47 +03:00
commit d2538e677e
6 changed files with 6 additions and 2 deletions

View File

@ -891,7 +891,6 @@ const SectionFilterContent = ({
label: "",
withOptions: true,
options: [
{ key: FilterKeys.withSubfolders, label: t("WithSubfolders") },
{
id: "filter_folders_with-subfolders",
key: FilterKeys.withSubfolders,

View File

@ -125,6 +125,7 @@ const DNSSettings = (props) => {
<div className="category-item-heading">
<div className="category-item-title">{t("DNSSettings")}</div>
<HelpButton
offsetRight={0}
iconName="static/images/combined.shape.svg"
size={12}
tooltipContent={tooltipDNSSettingsTooltip}

View File

@ -495,6 +495,7 @@ class LanguageAndTimeZone extends React.Component {
{t("StudioTimeLanguageSettings")}
</div>
<HelpButton
offsetRight={0}
iconName="static/images/combined.shape.svg"
size={12}
tooltipContent={tooltipLanguageTimeSettings}

View File

@ -263,6 +263,7 @@ const PortalRenaming = (props) => {
<div className="category-item-heading">
<div className="category-item-title">{t("PortalRenaming")}</div>
<HelpButton
offsetRight={0}
iconName="static/images/combined.shape.svg"
size={12}
tooltipContent={tooltipPortalRenamingTooltip}

View File

@ -318,6 +318,7 @@ class WelcomePageSettings extends React.Component {
{t("CustomTitlesWelcome")}
</div>
<HelpButton
offsetRight={0}
iconName="static/images/combined.shape.svg"
size={12}
tooltipContent={tooltipCustomTitlesTooltip}

View File

@ -54,7 +54,7 @@ const ActiveSessions = ({
setCurrentSession(res.loginEvent);
});
}, []);
const onClickRemoveAllSessions = async () => {
try {
setLoading(true);
@ -126,6 +126,7 @@ const ActiveSessions = ({
{t("Profile:LogoutAllActiveSessions")}
</Link>
<HelpButton
offsetRight={0}
iconName="/static/images/info.react.svg"
tooltipContent={
<Text fontSize="13px">