Skip to content

Commit

Permalink
refactor: fix typo in the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Aug 27, 2021
1 parent 1a65e99 commit 18c3c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wistiavideo/wistiavideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ class AssetsDownloadMixin:
show_captions_download = Boolean(
default=False,
display_name=_('Captions download button visible'),
help=_('The API key related to the account where the video uploaded to.'),
help=_('Show download captions button.'),
scope=Scope.content,
)

show_transcripts_download = Boolean(
default=True,
display_name=_('Transcripts download button visible'),
help=_('The API key related to the account where the video uploaded to.'),
help=_('Show download transcripts button.'),
scope=Scope.content,
)

Expand Down

0 comments on commit 18c3c01

Please sign in to comment.