aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/note.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/note.py')
-rw-r--r--servo/models/note.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/models/note.py b/servo/models/note.py
index ab6b622..e7ab2dd 100644
--- a/servo/models/note.py
+++ b/servo/models/note.py
@@ -145,7 +145,7 @@ class Note(MPTTModel):
(T_NOTE, _("Technician's Note")),
(T_CUSTOMER_NOTE, _("Customer's Note")),
(T_PROBLEM, _("Customer Reported Issue")),
- (T_VERIFIED_PROBLEM, _("Verified Verified Issue")),
+ (T_VERIFIED_PROBLEM, _("Technician Verified Issue")),
(T_DIAGNOSIS, _("Diagnosis")),
(T_ESCALATION, _("Escalation")),
)