From c1dae8131c65d140963139979dbfa7492991872c Mon Sep 17 00:00:00 2001 From: Nick B Date: Wed, 13 Nov 2024 19:43:12 -0800 Subject: [PATCH] Added comment sourcing the SVG and fixed the trans tag so that it only brackets the text it is translating. --- server/templates/place.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/templates/place.html b/server/templates/place.html index 81e551459e..5c2ff0336c 100644 --- a/server/templates/place.html +++ b/server/templates/place.html @@ -69,7 +69,11 @@

{{ place_summary }}
{# TRANSLATORS: A message shown on the page while the content is loading. #} -
{% trans %}

Loading

{% endtrans %}
+
+ {# SVG: Material Icon: Progress Activity, Source: https://fonts.google.com/icons #} + +

{% trans %}Loading{% endtrans %}

+