From 2bf4d6d283fc7d25ea69c604b96995abb741903b Mon Sep 17 00:00:00 2001
From: Jo Vuit <jo.vuitton@gmail.com>
Date: Thu, 24 Jan 2019 13:47:57 +0100
Subject: [PATCH] Missing spaces

---
 front/src/components/auth/Settings.vue          | 3 +--
 front/src/components/auth/SubsonicTokenForm.vue | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue
index c417f9fbc0..8305d0e05d 100644
--- a/front/src/components/auth/Settings.vue
+++ b/front/src/components/auth/Settings.vue
@@ -68,8 +68,7 @@
           <translate>Change my password</translate>
         </h2>
         <div class="ui message">
-          <translate>Changing your password will also change your Subsonic API password if you have requested one.</translate>
-          <translate>You will have to update your password on your clients that use this password.</translate>
+          <translate>Changing your password will also change your Subsonic API password if you have requested one.</translate>&nbsp;<translate>You will have to update your password on your clients that use this password.</translate>
         </div>
         <form class="ui form" @submit.prevent="submitPassword()">
           <div v-if="passwordError" class="ui negative message">
diff --git a/front/src/components/auth/SubsonicTokenForm.vue b/front/src/components/auth/SubsonicTokenForm.vue
index c5e6783dee..ac752d9216 100644
--- a/front/src/components/auth/SubsonicTokenForm.vue
+++ b/front/src/components/auth/SubsonicTokenForm.vue
@@ -5,8 +5,7 @@
       <translate>The Subsonic API is not available on this Funkwhale instance.</translate>
     </p>
     <p>
-      <translate>Funkwhale is compatible with other music players that support the Subsonic API.</translate>
-      <translate>You can use those to enjoy your playlist and music in offline mode, on your smartphone or tablet, for instance.</translate>
+      <translate>Funkwhale is compatible with other music players that support the Subsonic API.</translate>&nbsp;<translate>You can use those to enjoy your playlist and music in offline mode, on your smartphone or tablet, for instance.</translate>
     </p>
     <p>
       <translate>However, accessing Funkwhale from those clients require a separate password you can set below.</translate>
-- 
GitLab