Skip to content

Commit

Permalink
Merge pull request #971 from ynput/bugfix/use-markdown-instead-html
Browse files Browse the repository at this point in the history
Settings: Use markdown instead of html tags
  • Loading branch information
BigRoy authored Oct 25, 2024
2 parents f11fba0 + a28f495 commit 138debc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/settings/publish_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ class ExtractReviewFilterModel(BaseSettingsModel):
single_frame_filter: str = SettingsField(
"everytime", # codespell:ignore everytime
description=(
"Use output <b>always</b> / only if input <b>is 1 frame</b>"
" image / only if has <b>2+ frames</b> or <b>is video</b>"
"Use output **always** / only if input **is 1 frame**"
" image / only if has **2+ frames** or **is video**"
),
enum_resolver=extract_review_filter_enum
)
Expand Down

0 comments on commit 138debc

Please sign in to comment.