diff --git a/plinth/modules/help/templates/help_about.html b/plinth/modules/help/templates/help_about.html index 154bbe5b7..af0894daa 100644 --- a/plinth/modules/help/templates/help_about.html +++ b/plinth/modules/help/templates/help_about.html @@ -57,7 +57,7 @@

{% trans "Learn more »" %}

+ target="_blank">{% trans "Learn more" %}

{% blocktrans trimmed %} diff --git a/plinth/modules/power/templates/power.html b/plinth/modules/power/templates/power.html index 08f27fb56..7ee76134b 100644 --- a/plinth/modules/power/templates/power.html +++ b/plinth/modules/power/templates/power.html @@ -19,10 +19,10 @@

- {% trans "Restart »" %} + {% trans "Restart" %} - {% trans "Shut Down »" %} + {% trans "Shut Down" %}
{% endblock %} diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 9353b3d73..1b453f1f1 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -43,7 +43,7 @@ {% if user.is_authenticated and user_is_admin and selected_shortcut.configure_url %} - {% trans "Configure »" %} + {% trans "Configure" %} {% endif %}