@@ -43,7 +43,7 @@ def inject_translations():
if ":" in text:
section, key = text.split(":", 1)
else:
section, key = "messages", text
section, key = "common", text
template = g.translations \
.get(section, {}) \
The note is not visible to the blocked user.