diff --git a/js/commands.js b/js/commands.js index 69214ae..02dcd66 100644 --- a/js/commands.js +++ b/js/commands.js @@ -192,7 +192,7 @@ class Commands { ); return "" + - `The source code of this terminal is available on Gitea. + `The source code of this website is available on git. List of commands ${commandEntries.join("\n")} diff --git a/js/terminal.js b/js/terminal.js index ca831e7..95f2bf4 100644 --- a/js/terminal.js +++ b/js/terminal.js @@ -55,7 +55,7 @@ class Terminal { @ TU Delft, the Netherlands ${(new Date()).toISOString()} - Type "help" for help. + Type "help" for help. `.trimLines(); }