fix typo
This commit is contained in:
parent
1b04d0c06a
commit
9caaf2a8f0
2 changed files with 26 additions and 1 deletions
|
@ -87,7 +87,7 @@ class LocationModelMixin(Location):
|
|||
LOCATION_ROUTING_INCLUSION = (
|
||||
('default', _('Default, include if map package is unlocked')),
|
||||
('allow_exclude', _('Included, but allow excluding')),
|
||||
('allow_include', _('Excluded, but allow includinge')),
|
||||
('allow_include', _('Excluded, but allow including')),
|
||||
('needs_permission', _('Excluded, needs permission to include')),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue