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 fb7a2c7a..622b670a 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")}
<.button
patch={order_path(@record_list_params, :release)}
@@ -59,7 +59,7 @@
]}
>
<.icon name="hero-calendar-days" class="icon" aria-hidden="true" data-slot="icon" />
- {gettext("Release")}
+ {gettext("Release")}
@@ -78,7 +78,7 @@
aria-hidden="true"
data-slot="icon"
/>
-
+
{gettext("Grid")}
@@ -91,7 +91,7 @@
]}
>
<.icon name="hero-list-bullet" class="icon" aria-hidden="true" data-slot="icon" />
-
+
{gettext("List")}
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 16613c63..878977ae 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")}
@@ -55,7 +55,7 @@
aria-hidden="true"
data-slot="icon"
/>
-
+
{gettext("Grid")}
@@ -68,7 +68,7 @@
]}
>
<.icon name="hero-list-bullet" class="icon" aria-hidden="true" data-slot="icon" />
-
+
{gettext("List")}