Skip to content
Closed
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
Next Next commit
fix: TT-207 description text adjustment
  • Loading branch information
Pablo authored and Pablo committed Apr 19, 2021
commit 86d1e9dca7658a6b3e9024b7ccd5a3437fc277f4
2 changes: 1 addition & 1 deletion time_tracker_api/projects/projects_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'status': fields.String(
required=False,
title='Status',
description='Status active or inactive activities',
description='Status active or inactive projects',
example=Faker().words(
2,
[
Expand Down