diff --git a/frontend/src/common/api.js b/frontend/src/common/api.js
index 8a40dbbfb..c3c3427c0 100644
--- a/frontend/src/common/api.js
+++ b/frontend/src/common/api.js
@@ -28,7 +28,7 @@ Api.interceptors.response.use(function (response) {
if(typeof response.data == "string") {
Notify.error("Request failed - invalid response");
- console.warn("WARNING: Server returned HTML instead of JSON - API not implemented?")
+ console.warn("WARNING: Server returned HTML instead of JSON - API not implemented?");
}
return response;
diff --git a/frontend/src/pages/albums.vue b/frontend/src/pages/albums.vue
index 8ce1dbdb9..2462bcd9b 100644
--- a/frontend/src/pages/albums.vue
+++ b/frontend/src/pages/albums.vue
@@ -32,7 +32,9 @@
No albums matched your search
-
Try again using a different term or create a new album
+
Try again using a different term or
+ create a new album
+