Skip to content

Commit

Permalink
Update placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Sep 5, 2024
1 parent 87e5b34 commit 3eac92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async def preview_image(request: Request, id: str, style: str, lines: list[str])
elif style == "animated" and not template.animated_image:
watermark = "Animated Text"
elif style == "default" and template.animated_image:
watermark = "Static Background"
watermark = "Static Image"
else:
watermark = ""

Expand Down

0 comments on commit 3eac92f

Please sign in to comment.