diff --git a/README.md b/README.md
index 443d5ee0..273f0e3e 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Once everythings installed, start your server with the following command:
node server.js
```
-Congrats, Poketube should now be running on `localhost:3000`!
+Congrats, Poketube should now be running on `localhost:6003`!
## PokeTube community!
diff --git a/html/channel.ejs b/html/channel.ejs
index 7bce5978..93ad01b5 100644
--- a/html/channel.ejs
+++ b/html/channel.ejs
@@ -553,8 +553,8 @@ margin-right: -79px;
<% } %>
<% try { %> - <%- getFirstLine(desc).slice(0, 60) %> + <%- getFirstLine(cinv.description).slice(0, 60) %> <% } catch (error) { %> @@ -808,7 +808,7 @@ width: fit-content;
- <%-getFirstLine(desc)%> + <%-getFirstLine(cinv.description)%>
@@ -1019,7 +1019,7 @@ width: fit-content; <% tj.videos.forEach (x => { %> -