Skip to content

Commit

Permalink
Fix ZIMit --tags description
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jul 18, 2024
1 parent e1eb555 commit a3004c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dispatcher/backend/src/common/schemas/offliners/zimit.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ class Meta:
tags = String(
metadata={
"label": "ZIM Tags",
"description": "List of Tags for the ZIM file.",
"description": "Single string with individual tags "
"separated by a semicolon.",
}
)

Expand Down

0 comments on commit a3004c9

Please sign in to comment.