Web: Client: fixed login tooltip translation

This commit is contained in:
Nikita Gopienko 2019-10-07 14:57:18 +03:00
parent 3511ec7a56
commit 9098db077e
4 changed files with 5 additions and 5 deletions

View File

@ -284,7 +284,7 @@ const Form = props => {
<TooltipStyle <TooltipStyle
style={{ position: "absolute" }} style={{ position: "absolute" }}
data-for="tooltipContent" data-for="tooltipContent"
data-tip={t("CookieSettingsHelp")} data-tip={t("RememberHelper")}
data-event="click focus" data-event="click focus"
> >
<IconButton size={13} iconName="QuestionIcon" /> <IconButton size={13} iconName="QuestionIcon" />

View File

@ -11,7 +11,7 @@
"SendButton": "Send", "SendButton": "Send",
"CancelButton": "Cancel", "CancelButton": "Cancel",
"Remember": "Remember", "Remember": "Remember",
"CookieSettingsHelp": "{0}Session Lifetime{1} allows to set time (in minutes) before the portal users will need to enter the portal credentials again in order to access the portal.{2}After save all the users will be logged out from portal.", "RememberHelper": "The default session lifetime is 20 minutes. Check this option to set it to 1 year. To set your own value, go to the settings.",
"CustomWelcomePageTitle": "{{welcomePageTitle}}" "CustomWelcomePageTitle": "{{welcomePageTitle}}"
} }

View File

@ -11,7 +11,7 @@
"SendButton": "Отправить", "SendButton": "Отправить",
"CancelButton": "Отмена", "CancelButton": "Отмена",
"Remember": "Запомнить", "Remember": "Запомнить",
"CookieSettingsHelp": "Время существования сессии по умолчанию составляет 20 минут. Отметьте эту опцию, чтобы установить значение 1 год. Чтобы задать собственное значение, перейдите в настройки.", "RememberHelper": "Время существования сессии по умолчанию составляет 20 минут. Отметьте эту опцию, чтобы установить значение 1 год. Чтобы задать собственное значение, перейдите в настройки.",
"CustomWelcomePageTitle": "{{welcomePageTitle}}" "CustomWelcomePageTitle": "{{welcomePageTitle}}"
} }

View File

@ -26,7 +26,7 @@
"ForgotPassword", "ForgotPassword",
"PasswordRecoveryTitle", "PasswordRecoveryTitle",
"MessageSendPasswordRecoveryInstructionsOnEmail", "MessageSendPasswordRecoveryInstructionsOnEmail",
"CookieSettingsHelp" "RememberHelper"
] ]
}, },
"Confirm": { "Confirm": {