From ad11a8d915afc6c0581343296d453be24e0f797e Mon Sep 17 00:00:00 2001
From: Jo Vuit <jo.vuitton@gmail.com>
Date: Fri, 25 Jan 2019 11:44:10 +0100
Subject: [PATCH] Replaced ... with ellipsis

---
 front/src/components/Pagination.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue
index a829b16521..963b000a81 100644
--- a/front/src/components/Pagination.vue
+++ b/front/src/components/Pagination.vue
@@ -13,7 +13,7 @@
         {{ page }}
       </a href>
       <div v-else class="disabled item">
-        ...
+        …
       </div>
     </template>
     <a href
-- 
GitLab