[IMP] base_comment_template: Improved sentences on fields

This commit is contained in:
Carlos Roca
2021-02-09 11:29:46 +01:00
committed by Maksym Yankin
parent 611995a8e5
commit 46e4f82a4d
8 changed files with 395 additions and 87 deletions

View File

@@ -142,7 +142,7 @@ class TestCommentTemplate(common.SavepointCase):
}
)
self.assertTrue(
"The are other records with same models, priority, domain and position."
"There are other records with same models, priority, domain and position."
== context.exception.args[0]
)