Skip to content

Commit

Permalink
update site icon help text
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Sep 19, 2023
1 parent e96dd61 commit 44872bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vreapis/paas_configuration/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class PaasConfiguration(models.Model):
documentation_url = models.URLField(null=True, blank=True)
site_icon = models.TextField(
null=True,
help_text=("Base 64-encoded image, eg. data:image/png;base64,"
"ZXhhbXBsZQo="),
help_text=("Base 64-encoded image with a resolution of minimum "
"200x200 px. E.g. \"data:image/png;base64,[...]\""),
)

def __str__(self):
Expand Down

0 comments on commit 44872bb

Please sign in to comment.