diff --git a/lot/templates/annotations.html b/lot/templates/annotations.html
index 7e6747e..28b4ddf 100644
--- a/lot/templates/annotations.html
+++ b/lot/templates/annotations.html
@@ -14,18 +14,18 @@
- Add new annotation
+ {%trans "Add new annotation"%}
-
Annotations
+ {% trans "Annotations" %}
- Key |
- Value |
- Created on |
+ {%trans "Key"%} |
+ {%trans "Value"%} |
+ {%trans "Created on" %} |
|
|
diff --git a/lot/templates/documents.html b/lot/templates/documents.html
index f8abac9..07ff210 100644
--- a/lot/templates/documents.html
+++ b/lot/templates/documents.html
@@ -14,18 +14,18 @@
- Add new document
+ {% trans "Add new document"%}
- Documents
+ {%trans "Documents"%}
- Key |
- Value |
- Created on |
+ {% trans "Key"%} |
+ {% trans "Value"%} |
+ {%trans " Created on" %} |
|
|