Skip to content

Commit

Permalink
☀️ fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marbrb committed Feb 11, 2018
1 parent 644f1a9 commit 5fc467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sales/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def post(self, *args, **kwargs):
if not owner:
return JsonResponse({
'ok': False,
'msg': 'El ususario kenosis no está registrado',
'msg': 'El empleado kenosis no está registrado',
})

# TODO: ennviar usuario kenosis a un setting
Expand Down

0 comments on commit 5fc467a

Please sign in to comment.