diff --git a/client/pages/collection/_id.vue b/client/pages/collection/_id.vue
index 7f214c44..b130682d 100644
--- a/client/pages/collection/_id.vue
+++ b/client/pages/collection/_id.vue
@@ -15,7 +15,7 @@
- play_arrow
+ play_arrow
{{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }}
diff --git a/client/pages/item/_id/index.vue b/client/pages/item/_id/index.vue
index 8fedebc7..b6490126 100644
--- a/client/pages/item/_id/index.vue
+++ b/client/pages/item/_id/index.vue
@@ -13,7 +13,7 @@
- play_arrow
+ play_arrow
@@ -87,7 +87,7 @@
- play_arrow
+ play_arrow
{{ isStreaming ? $strings.ButtonPlaying : $strings.ButtonPlay }}
diff --git a/client/pages/library/_library/podcast/latest.vue b/client/pages/library/_library/podcast/latest.vue
index f2c748ac..e0637578 100644
--- a/client/pages/library/_library/podcast/latest.vue
+++ b/client/pages/library/_library/podcast/latest.vue
@@ -50,7 +50,7 @@
diff --git a/client/pages/playlist/_id.vue b/client/pages/playlist/_id.vue
index e610c39d..d36c9ea3 100644
--- a/client/pages/playlist/_id.vue
+++ b/client/pages/playlist/_id.vue
@@ -15,7 +15,7 @@
- play_arrow
+ play_arrow
{{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }}