diff --git a/templates/users/header.html.tera b/templates/users/header.html.tera index 8f66eb69..fef43ea3 100644 --- a/templates/users/header.html.tera +++ b/templates/users/header.html.tera @@ -15,7 +15,7 @@ {% endif %} {% if is_remote %} - {{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }} + {{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }} {% endif %} {% set not_self = not is_self %}