Web: Removed 'Video guides'.

This commit is contained in:
Tatiana Lopaeva 2023-03-14 14:14:14 +03:00
parent 853915fad1
commit 0044ea935b
3 changed files with 6 additions and 8 deletions

View File

@ -195,12 +195,12 @@ class ProfileActionsStore {
label: t("Common:FeedbackAndSupport"), label: t("Common:FeedbackAndSupport"),
onClick: this.onSupportClick, onClick: this.onSupportClick,
}, },
{ // {
key: "user-menu-video", // key: "user-menu-video",
icon: VideoGuidesReactSvgUrl, // icon: VideoGuidesReactSvgUrl,
label: t("Common:VideoGuides"), // label: t("Common:VideoGuides"),
onClick: this.onVideoGuidesClick, // onClick: this.onVideoGuidesClick,
}, // },
hotkeys, hotkeys,
{ {
key: "user-menu-about", key: "user-menu-about",

View File

@ -226,7 +226,6 @@
"UsersInvited": "Users invited", "UsersInvited": "Users invited",
"Version": "Version", "Version": "Version",
"Video": "Video", "Video": "Video",
"VideoGuides": "Video guides",
"View": "View", "View": "View",
"WantToContinue": "Are you sure you want to continue?", "WantToContinue": "Are you sure you want to continue?",
"Warning": "Warning", "Warning": "Warning",

View File

@ -224,7 +224,6 @@
"UsersInvited": "Приглашенные пользователи", "UsersInvited": "Приглашенные пользователи",
"Version": "Версия", "Version": "Версия",
"Video": "Видео", "Video": "Видео",
"VideoGuides": "Видеогиды",
"View": "Просмотр", "View": "Просмотр",
"WantToContinue": "Вы уверены что хотите продолжить?", "WantToContinue": "Вы уверены что хотите продолжить?",
"Warning": "Внимание", "Warning": "Внимание",