From f64ef2c11b02059f2d4fb67fe3a46a536b64023f Mon Sep 17 00:00:00 2001 From: RajCherukuru Date: Sun, 3 Mar 2024 05:51:38 -0700 Subject: [PATCH] streamlined navigation to MyStuff --- client/modules/IDE/components/Header/Nav.jsx | 11 +---------- translations/locales/en-US/translations.json | 4 +--- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/client/modules/IDE/components/Header/Nav.jsx b/client/modules/IDE/components/Header/Nav.jsx index b4f7cb151f..5c9f9fe6da 100644 --- a/client/modules/IDE/components/Header/Nav.jsx +++ b/client/modules/IDE/components/Header/Nav.jsx @@ -302,16 +302,7 @@ const AuthenticatedUserMenu = () => { } > - {t('Nav.Auth.MySketches')} - - - {t('Nav.Auth.MyCollections')} - - - {t('Nav.Auth.MyAssets')} + {t('Nav.Auth.MyStuff')} {t('Preferences.Settings')} dispatch(logoutUser())}> diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index 39f3a426ef..e7db907784 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -40,10 +40,8 @@ "Hello": "Hello", "MyAccount": "My Account", "My": "My", - "MySketches": "My Sketches", - "MyCollections": "My Collections", + "MyStuff": "My Stuff", "Asset": "Asset", - "MyAssets": "My Assets", "LogOut": "Log Out" } },