mirror of
https://github.com/NaN-tic/trytond-galatea_tutorial.git
synced 2023-12-14 02:32:55 +01:00
FIX typo delete tutorials
This commit is contained in:
parent
cfbde55734
commit
16ae707027
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class GalateaTutorial(ModelSQL, ModelView):
|
|||
super(GalateaTutorial, cls).__setup__()
|
||||
cls._order.insert(0, ('name', 'ASC'))
|
||||
cls._error_messages.update({
|
||||
'delete_tutorial': ('You can not delete '
|
||||
'delete_tutorials': ('You can not delete '
|
||||
'tutorials because you will get error 404 NOT Found. '
|
||||
'Dissable active field.'),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue