diff --git a/app/views/main/home/tabs/connections.jade b/app/views/main/home/tabs/connections.jade
index 3515d7a546156911d21a6ac3fc7cec2677700ca0..efaa4af0c79612de02492f8b4b0c8189eb2874e5 100644
--- a/app/views/main/home/tabs/connections.jade
+++ b/app/views/main/home/tabs/connections.jade
@@ -13,7 +13,7 @@
             thead
               tr
                 th Pubkey
-                th Membre
+                th Member
                 th Type
                 th Connection
             tbody
@@ -36,16 +36,14 @@
             thead
               tr
                 th Pubkey
-                th API
                 th WS2PID
-                th Membre
+                th Member
                 th HEAD
                 th Software
                 th Prefix
             tbody
               tr(ng-repeat="head in heads | orderBy:'-blockstamp' track by $index ")
                 td {{ head.pubkey.slice(0, 20) }}
-                td {{ head.api }}
                 td {{ head.ws2pId }}
                 td {{ head.uid }}
                 td {{ head.blockstamp.slice(0, 30) }}
diff --git a/package.json b/package.json
index 7b07bb0f01c7f5b740699e05cf536c63805cec8f..427530a0e3b182f6a5c1b10302581555d60c3cde 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "duniter-ui",
-  "version": "1.6.14",
+  "version": "1.6.13",
   "main": "index.js",
   "scripts": {
     "build": "bower install && brunch build",