diff --git a/packages/client/src/store/ProfileActionsStore.js b/packages/client/src/store/ProfileActionsStore.js index c75dad911b..87f6aa2c91 100644 --- a/packages/client/src/store/ProfileActionsStore.js +++ b/packages/client/src/store/ProfileActionsStore.js @@ -195,12 +195,12 @@ class ProfileActionsStore { label: t("Common:FeedbackAndSupport"), onClick: this.onSupportClick, }, - { - key: "user-menu-video", - icon: VideoGuidesReactSvgUrl, - label: t("Common:VideoGuides"), - onClick: this.onVideoGuidesClick, - }, + // { + // key: "user-menu-video", + // icon: VideoGuidesReactSvgUrl, + // label: t("Common:VideoGuides"), + // onClick: this.onVideoGuidesClick, + // }, hotkeys, { key: "user-menu-about", diff --git a/public/locales/en/Common.json b/public/locales/en/Common.json index f92ed7e971..fd532462ef 100644 --- a/public/locales/en/Common.json +++ b/public/locales/en/Common.json @@ -226,7 +226,6 @@ "UsersInvited": "Users invited", "Version": "Version", "Video": "Video", - "VideoGuides": "Video guides", "View": "View", "WantToContinue": "Are you sure you want to continue?", "Warning": "Warning", diff --git a/public/locales/ru/Common.json b/public/locales/ru/Common.json index 097be6aa13..a5ebb6b463 100644 --- a/public/locales/ru/Common.json +++ b/public/locales/ru/Common.json @@ -224,7 +224,6 @@ "UsersInvited": "Приглашенные пользователи", "Version": "Версия", "Video": "Видео", - "VideoGuides": "Видеогиды", "View": "Просмотр", "WantToContinue": "Вы уверены что хотите продолжить?", "Warning": "Внимание",