diff --git a/horizon/templates/auth/_description.html b/horizon/templates/auth/_description.html index eadacc448b..04c8208d6d 100644 --- a/horizon/templates/auth/_description.html +++ b/horizon/templates/auth/_description.html @@ -6,7 +6,7 @@ {% endcomment %}
{% url 'horizon:user_home' as home_url %} - {% blocktrans %} + {% blocktrans trimmed %} Login as different user or go back to home page {% endblocktrans %}
diff --git a/horizon/templates/horizon/common/_limit_summary.html b/horizon/templates/horizon/common/_limit_summary.html index 8f382715d9..af0a472087 100644 --- a/horizon/templates/horizon/common/_limit_summary.html +++ b/horizon/templates/horizon/common/_limit_summary.html @@ -12,11 +12,11 @@{% blocktrans %}A more specific rule affects a portion of this traffic so a rule cannot be automatically generated to control the behavior of the entire source/destination combination.{% endblocktrans %}
+{% blocktrans trimmed %} + A more specific rule affects a portion of this traffic so + a rule cannot be automatically generated to control the + behavior of the entire source/destination combination. + {% endblocktrans %}
{% blocktrans %}The color and icon of an intersection indicates whether or not traffic is permitted from the source (row) to the destination (column).
- Clicking the button in the intersection will install a rule to switch the traffic behavior.
-
- Note: Rules only affect one direction of traffic. The opposite direction is outlined when hovering over an intersection.
- {% endblocktrans %}
{% blocktrans trimmed %}
+ The color and icon of an intersection indicates whether or not traffic is
+ permitted from the source (row) to the destination (column).
+ Clicking the button in the intersection
+ will install a rule to switch the traffic behavior.
+ Note: Rules only affect one direction of traffic.
+ The opposite direction is outlined when hovering over an intersection.
+ {% endblocktrans %}