diff --git a/www/js/controllers/wot-controllers.js b/www/js/controllers/wot-controllers.js
index 020ad128a3f4c35f786a6d22224cd58d30cfe767..69a503a08a5404af118b9ddf7023ca9abbb2d4a9 100644
--- a/www/js/controllers/wot-controllers.js
+++ b/www/js/controllers/wot-controllers.js
@@ -940,7 +940,7 @@ function WotIdentityTxViewController($scope, $timeout, csSettings, $controller,
     csTx.downloadHistoryFile($scope.pubkey, options);
   };
 
-  //TODO :
+  //TODO : Manque l'actualisation des transaction + afficher plus/tout + bouton statistiques du compte
 
 };