diff --git a/lib/music_library_web/live/collection_live/index.html.heex b/lib/music_library_web/live/collection_live/index.html.heex
index 796c0323..d8ddd1af 100644
--- a/lib/music_library_web/live/collection_live/index.html.heex
+++ b/lib/music_library_web/live/collection_live/index.html.heex
@@ -39,7 +39,7 @@
aria-hidden="true"
data-slot="icon"
/>
- {gettext("Purchase")}
+ {gettext("Purchase")}
<.button
patch={order_path(@record_list_params, :alphabetical)}
@@ -49,7 +49,7 @@
]}
>
<.icon name="hero-user-solid" class="icon" aria-hidden="true" data-slot="icon" />
- {gettext("A->Z")}
+ {gettext("A->Z")}
diff --git a/lib/music_library_web/live/wishlist_live/index.html.heex b/lib/music_library_web/live/wishlist_live/index.html.heex
index bf3239e8..16613c63 100644
--- a/lib/music_library_web/live/wishlist_live/index.html.heex
+++ b/lib/music_library_web/live/wishlist_live/index.html.heex
@@ -25,7 +25,7 @@
]}
>
<.icon name="hero-star" class="icon" aria-hidden="true" data-slot="icon" />
- {gettext("Insertion")}
+ {gettext("Insertion")}
<.button
patch={order_path(@record_list_params, :alphabetical)}
@@ -36,7 +36,7 @@
]}
>
<.icon name="hero-user-solid" class="icon" aria-hidden="true" data-slot="icon" />
- {gettext("A->Z")}
+ {gettext("A->Z")}