diff --git a/src/main/java/fr/unistra/sil/erp/back/controller/web/LoginController.java b/src/main/java/fr/unistra/sil/erp/back/controller/web/LoginController.java
index 4dcb024018e132d06429bed0fbec8eaa1a761aea..14afb704ad0199af8abc49a682bbeb39ece90d65 100644
--- a/src/main/java/fr/unistra/sil/erp/back/controller/web/LoginController.java
+++ b/src/main/java/fr/unistra/sil/erp/back/controller/web/LoginController.java
@@ -23,6 +23,7 @@ public class LoginController {
      * Logic for handling login.
      * 
      * TODO: Actual implementation.
+     * @return the name of the template to use.
      */
     @GetMapping(MAPPING_LOGIN)
     public String login()
diff --git a/src/main/java/fr/unistra/sil/erp/back/package-info.java b/src/main/java/fr/unistra/sil/erp/back/package-info.java
index 0cf38f54e5aeced7751fa16b68512a3ee3b397be..447066541339d6ecbe84b576c95af022e3dd7d45 100644
--- a/src/main/java/fr/unistra/sil/erp/back/package-info.java
+++ b/src/main/java/fr/unistra/sil/erp/back/package-info.java
@@ -10,7 +10,8 @@
  * <li>Web interface for regular Human-Machine Interface (HMI) interactions.
  * </ul>
  * 
- * Notice: Only the API is currently implemented (partially) for now.
+ * Currently, the RESTful API is partly implemented and the Web interface 
+ * has only just been started.
  * 
  * @version 0.0.1
  * @author BEAUVAIS ANTOINE
diff --git a/src/main/java/overview.html b/src/main/java/overview.html
index 276c8557170ec5367a03a1187c2d9d999648cf23..8979b4c978a723fbc6daee6bf54e9c1e6bd4ea08 100644
--- a/src/main/java/overview.html
+++ b/src/main/java/overview.html
@@ -15,5 +15,6 @@ https://cecill.info/licences/Licence_CeCILL-B_V1-fr.html
         <li>a Web interface for managing the software and data.</li>
     </ul>
 
-    <p>Currently, only the RESTful API is partially implemented.</p>
+    <p>Currently, the RESTful API is partly implemented and the Web interface 
+        has only just been started.</p>
 </body>
\ No newline at end of file