diff --git a/client/pages/collection/_id.vue b/client/pages/collection/_id.vue
index 7f214c447..b130682dc 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 8fedebc73..b64901261 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 f2c748ac6..e0637578c 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 e610c39d5..d36c9ea3c 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 }}