Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixes #37 - udpate description of technologies
  • Loading branch information
Angeluz-07 committed Mar 23, 2020
commit 53b324da2f16d0aaefa9ece1764a3afe3cd118db
2 changes: 1 addition & 1 deletion time_tracker_api/time_entries/time_entries_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
required=True,
title='Technologies',
max_length=64,
description='Canonical names of the used technologies during this period',
description='Technology names used in this time-entry',
),
example=faker.words(
3,
Expand Down