diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex
index 22307a78..533502e5 100644
--- a/lib/music_library_web/components/layouts/app.html.heex
+++ b/lib/music_library_web/components/layouts/app.html.heex
@@ -50,12 +50,13 @@
<.universal_search_trigger />
<.dropdown placement="bottom-end">
<:toggle>
-
+ {gettext("Actions")}
+ <.icon
+ name="hero-ellipsis-vertical"
+ class="-mt-1 h-5 w-5 text-zinc-500 dark:text-zinc-400 cursor-pointer"
+ aria-hidden="true"
+ data-slot="icon"
+ />
<.dropdown_link href={~p"/scrobbled-tracks"}>
<.icon
diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot
index 8a8b45a3..56ffe060 100644
--- a/priv/gettext/default.pot
+++ b/priv/gettext/default.pot
@@ -783,11 +783,6 @@ msgstr ""
msgid "Scrobble disc"
msgstr ""
-#: lib/music_library_web/components/layouts/app.html.heex
-#, elixir-autogen, elixir-format
-msgid "More"
-msgstr ""
-
#: lib/music_library_web/live/artist_live/show.ex
#, elixir-autogen, elixir-format
msgid "Artist image refreshed successfully"
@@ -898,6 +893,7 @@ msgstr ""
msgid "Wishlisted on"
msgstr ""
+#: lib/music_library_web/components/layouts/app.html.heex
#: lib/music_library_web/components/record_components.ex
#: lib/music_library_web/live/artist_live/show.html.heex
#: lib/music_library_web/live/collection_live/show.html.heex
diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po
index d44a60a4..6373deb5 100644
--- a/priv/gettext/en/LC_MESSAGES/default.po
+++ b/priv/gettext/en/LC_MESSAGES/default.po
@@ -783,11 +783,6 @@ msgstr ""
msgid "Scrobble disc"
msgstr ""
-#: lib/music_library_web/components/layouts/app.html.heex
-#, elixir-autogen, elixir-format
-msgid "More"
-msgstr ""
-
#: lib/music_library_web/live/artist_live/show.ex
#, elixir-autogen, elixir-format, fuzzy
msgid "Artist image refreshed successfully"
@@ -898,6 +893,7 @@ msgstr ""
msgid "Wishlisted on"
msgstr ""
+#: lib/music_library_web/components/layouts/app.html.heex
#: lib/music_library_web/components/record_components.ex
#: lib/music_library_web/live/artist_live/show.html.heex
#: lib/music_library_web/live/collection_live/show.html.heex