diff --git a/public/locales/en/app.json b/public/locales/en/app.json
index a8eccd1ac..9f3c1f668 100644
--- a/public/locales/en/app.json
+++ b/public/locales/en/app.json
@@ -127,5 +127,6 @@
"you": "You",
"yourDetails": "Your details",
"yourName": "Your nameā¦",
+ "yourProfile": "Your profile",
"yourPolls": "Your polls"
}
diff --git a/src/components/standard-layout.tsx b/src/components/standard-layout.tsx
index 7a73a801d..e468914c7 100644
--- a/src/components/standard-layout.tsx
+++ b/src/components/standard-layout.tsx
@@ -202,10 +202,18 @@ const UserDropdown: React.VoidFunctionComponent<
/>
) : null}
{!user.isGuest ? (
-
+
) : null}
{user.isGuest ? (
-
+
) : null}