diff --git a/app/models/concerns/with_git.rb b/app/models/concerns/with_git.rb
index 2c07b0b2d6a9f462ea65885f72cded7c8d66d552..467a750ff3d774764f3c5d34a95df1b258dcb9c0 100644
--- a/app/models/concerns/with_git.rb
+++ b/app/models/concerns/with_git.rb
@@ -14,7 +14,7 @@ module WithGit
 
   def git_path_content_prefix(website)
     # Handle legacy language-less websites
-    # TODO: Right now, we use the language of the website. It HAS TO get the language from the object including this concern.
+    # TODO I18n: Right now, we use the language of the website. It HAS TO get the language from the object including this concern.
     path = "content/"
     path += "#{website.languages.first.iso_code}/" if website.languages.any?
     path