diff --git a/static/app-strings.json b/static/app-strings.json
index a553fec7f..6576939b8 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -2310,5 +2310,7 @@
"%spaceUsed% of %limit% Free GB": "%spaceUsed% of %limit% Free GB",
"Disabled": "Disabled",
"Free --[legend, unused disk space]--": "Free",
+ "Top content in %language%": "Top content in %language%",
+ "Apply": "Apply",
"--end--": "--end--"
}
diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx
index 2a3ddefe7..4c5f5f849 100644
--- a/ui/component/app/view.jsx
+++ b/ui/component/app/view.jsx
@@ -143,7 +143,6 @@ function App(props: Props) {
const shouldMigrateLanguage = LANGUAGE_MIGRATIONS[language];
const hasActiveChannelClaim = activeChannelId !== undefined;
const isPersonalized = hasVerifiedEmail;
- const renderFiledrop = isAuthenticated;
useEffect(() => {
if (userId) {
@@ -349,7 +348,7 @@ function App(props: Props) {
>
- {renderFiledrop && }
+
{isEnhancedLayout && }