diff --git a/plinth/templates/index.html b/plinth/templates/index.html
index f6882ac76..683f8af54 100644
--- a/plinth/templates/index.html
+++ b/plinth/templates/index.html
@@ -55,9 +55,8 @@
{% include "clients.html" with clients=clients enabled=service.is_enabled %}
{% if user.is_authenticated and user_is_admin and configure_url %}
-
+
+ {% trans "Configure »" %}
{% endif %}
{% endif %}