change label of "phone calls" section

This commit is contained in:
Frédéric Péters 2015-11-27 11:33:22 +01:00
parent 1bf34cfeb4
commit 0f47ea102a
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ def menu_json(request):
menu = []
labels = {
'mail': _('Mails'),
'phone': _('Phone Calls'),
'phone': _('Call Center'),
'counter': _('Counter'),
}
for channel in settings.CHANNEL_ROLES: