diff --git a/bookwyrm/templates/settings/dashboard/dashboard.html b/bookwyrm/templates/settings/dashboard/dashboard.html index 46d552fb1..10d7f4f22 100644 --- a/bookwyrm/templates/settings/dashboard/dashboard.html +++ b/bookwyrm/templates/settings/dashboard/dashboard.html @@ -86,7 +86,7 @@ {% if current_version %}
- + {% blocktrans trimmed with current=current_version available=available_version %} An update is available! You're running v{{ current }} and the latest release is {{ available }}. {% endblocktrans %} diff --git a/bookwyrm/templates/setup/config.html b/bookwyrm/templates/setup/config.html index b14ad37d1..762fb5663 100644 --- a/bookwyrm/templates/setup/config.html +++ b/bookwyrm/templates/setup/config.html @@ -144,7 +144,7 @@ {% blocktrans trimmed %} You can change your instance settings in the .env file on your server. {% endblocktrans %} - + {% trans "View installation instructions" %}