Skip to content

Commit 287ec80

Browse files
authored
Update locales. (#4829)
1 parent 2051a89 commit 287ec80

8 files changed

Lines changed: 31280 additions & 13930 deletions

File tree

hypha/core/models/system_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class Meta:
5858
default="",
5959
blank=True,
6060
help_text=_(
61-
'Link for the site logo, e.g. "https://www.example.org/". If not set, defaults to page with slug set to "home".'
62-
),
61+
'Link for the site logo, e.g. "{example_url}". If not set, defaults to page with slug set to "home".'
62+
).format(example_url="https://www.example.org/"),
6363
)
6464

6565
nav_content = models.TextField(

0 commit comments

Comments
 (0)