diff --git a/plinth/modules/wireguard/templates/wireguard_show_client.html b/plinth/modules/wireguard/templates/wireguard_show_client.html index 32718245d..4d2abfe5f 100644 --- a/plinth/modules/wireguard/templates/wireguard_show_client.html +++ b/plinth/modules/wireguard/templates/wireguard_show_client.html @@ -37,11 +37,11 @@

{% trans "Latest handshake:" %} {{ client.latest_handshake }}

- {% trans "Edit Client" %} - {% trans "Delete Client" %} diff --git a/plinth/modules/wireguard/templates/wireguard_show_server.html b/plinth/modules/wireguard/templates/wireguard_show_server.html index 95997a429..66f7a80b1 100644 --- a/plinth/modules/wireguard/templates/wireguard_show_server.html +++ b/plinth/modules/wireguard/templates/wireguard_show_server.html @@ -33,11 +33,11 @@

{% trans "Latest handshake:" %} {{ server.latest_handshake }}

- {% trans "Edit Server" %} - {% trans "Delete Server" %}