[minor] Label for Training Event in Training Program Dashboard (#11280)

This commit is contained in:
Doridel Cahanap 2017-10-25 14:45:17 +08:00 committed by Nabin Hait
parent 07ab4622e8
commit 49a7bde6e2

View File

@ -5,7 +5,7 @@ def get_data():
'fieldname': 'training_program',
'transactions': [
{
'label': _('Training Event'),
'label': _('Training Events'),
'items': ['Training Event']
},
]