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"
}
},