mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 08:14:53 +00:00
wording update
This commit is contained in:
parent
b310fcad01
commit
1be972a7bc
1 changed files with 3 additions and 3 deletions
|
|
@ -944,9 +944,9 @@ class PageRevision(models.Model):
|
|||
|
||||
|
||||
PAGE_PERMISSION_TYPE_CHOICES = [
|
||||
('add', 'Add / edit pages you own'),
|
||||
('edit', 'Add / edit any page'),
|
||||
('publish', 'Publish pages'),
|
||||
('add', 'Add/edit pages you own'),
|
||||
('edit', 'Add/edit any page'),
|
||||
('publish', 'Publish any page'),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue