]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/ConnectivityChecker.vue
fix: improve grammar of offline message
[github/bastienwirtz/homer.git] / src / components / ConnectivityChecker.vue
index c58bfa7edf0648926b5db23a024bbf160477358a..ccb47024cf3f06881687f92b26db6a90e006d807 100644 (file)
@@ -2,7 +2,7 @@
   <div v-if="offline" class="offline-message">
     <i class="far fa-dizzy"></i>
     <h1>
-      You're offline friend.
+      You're offline, friend.
       <span @click="checkOffline"> <i class="fas fa-redo-alt"></i></span>
     </h1>
   </div>