diff --git a/muranodashboard/templates/catalog/index.html b/muranodashboard/templates/catalog/index.html index 810f21d23..a14f13a5e 100644 --- a/muranodashboard/templates/catalog/index.html +++ b/muranodashboard/templates/catalog/index.html @@ -111,7 +111,7 @@ {% else %}
{% if no_apps %}
- {% blocktrans %}There are no applications in the catalog. You can import apps from
+ {% blocktrans trimmed %}There are no applications in the catalog. You can import apps from
{{ repo_url }}.{% endblocktrans %}
{% blocktrans trimmed %}Go to
diff --git a/muranodashboard/templates/packages/_import_bundle.html b/muranodashboard/templates/packages/_import_bundle.html
index e74137e56..afe66815b 100644
--- a/muranodashboard/templates/packages/_import_bundle.html
+++ b/muranodashboard/templates/packages/_import_bundle.html
@@ -28,7 +28,7 @@
{% trans "Bundle Name" %}: {% trans "Bundle's full name."%}
-{% blocktrans %}The bundle is going to be installed from {{murano_repo_url}} repository.{% endblocktrans %}
+{% blocktrans trimmed %}The bundle is going to be installed from {{murano_repo_url}} repository.{% endblocktrans %}
{% trans "Package Name" %}: {% trans "Fully qualified package name." %}
{% trans "Package Version" %}: {% trans "Version of the package (optional)." %}
-{% blocktrans %}The package is going to be imported from {{murano_repo_url}} repository.{% endblocktrans %}
+{% blocktrans trimmed %}The package is going to be imported from {{murano_repo_url}} repository.{% endblocktrans %}