diff --git a/src/assets/js/servers-log.js b/src/assets/js/servers-log.js
--- a/src/assets/js/servers-log.js
+++ b/src/assets/js/servers-log.js
@@ -230,7 +230,7 @@
         ],
 
         /**
-         * Whitelist of known hexadecimal words.
+         * Known hexadecimal words. Those won't be substituted as Git commits hashes.
          *
          * @var array
          */
@@ -249,7 +249,7 @@
         ],
 
         /**
-         * Determines if an expression matches a whitelisted hexadecimal word.
+         * Determines if an expression matches a known hexadecimal word.
          *
          * @param word The word to check
          * @returns {boolean}