mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-17 04:32:55 -06:00
[14.0][FIX] document_page_tag: change 'Tags must me unique' to 'Tags must be unique'
This commit is contained in:
parent
347fab55dc
commit
471fc1ae09
@ -12,7 +12,7 @@ class DocumentPageTag(models.Model):
|
|||||||
active = fields.Boolean(default=True)
|
active = fields.Boolean(default=True)
|
||||||
|
|
||||||
_sql_constraints = [
|
_sql_constraints = [
|
||||||
("unique_name", "unique(name)", "Tags must me unique"),
|
("unique_name", "unique(name)", "Tags must be unique"),
|
||||||
]
|
]
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
|
Loading…
Reference in New Issue
Block a user