mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 13:22:19 -06:00
test code coverage progress
This commit is contained in:
@@ -48,8 +48,7 @@ class DocumentPageShowDiff(models.TransientModel):
|
||||
diff = history.getDiff(ids[0], nids.id)
|
||||
else:
|
||||
raise exceptions.Warning(
|
||||
_("You need to select minimum one or maximum "
|
||||
"two history revisions!")
|
||||
_("You need to select minimum one or maximum two history revisions!")
|
||||
)
|
||||
return diff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user