This commit is contained in:
bkfox
2022-10-08 13:46:30 +02:00
parent da42ea4bcf
commit ec844297ee
7 changed files with 130 additions and 111 deletions

View File

@ -196,7 +196,7 @@ class Diffusion(BaseRerun):
verbose_name = _('Diffusion')
verbose_name_plural = _('Diffusions')
permissions = (
('programming', _('edit the diffusion\'s planification')),
('programming', _('edit the diffusions\' planification')),
)
def __str__(self):