From 75026d8c3d1b6bff04f0bc4c6f7c186d491b6854 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 25 Dec 2024 16:42:19 +0200 Subject: [PATCH] Update a few incorrect comments --- .../templates/labels.j2 | 4 ++-- roles/custom/matrix-synapse/templates/synapse/labels.j2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/labels.j2 b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/labels.j2 index 8b8bd7cdb..5120b10e8 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/templates/labels.j2 +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/templates/labels.j2 @@ -75,7 +75,7 @@ traefik.http.routers.matrix-synapse-reverse-proxy-companion-internal-client-api. {% if matrix_synapse_reverse_proxy_companion_container_labels_public_client_synapse_client_api_enabled %} ############################################################ # # -# Public Synapse Admin API (/_synapse/client) # +# Public Synapse Client API (/_synapse/client) # # # ############################################################ @@ -105,7 +105,7 @@ traefik.http.routers.matrix-synapse-reverse-proxy-companion-public-client-synaps ############################################################ # # -# /Public Synapse Admin API (/_synapse/client) # +# /Public Synapse Client API (/_synapse/client) # # # ############################################################ {% endif %} diff --git a/roles/custom/matrix-synapse/templates/synapse/labels.j2 b/roles/custom/matrix-synapse/templates/synapse/labels.j2 index 940e5b457..dd4d776c1 100644 --- a/roles/custom/matrix-synapse/templates/synapse/labels.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/labels.j2 @@ -130,7 +130,7 @@ traefik.http.routers.matrix-synapse-internal-client-api.entrypoints={{ matrix_sy {% if matrix_synapse_container_labels_public_client_synapse_client_api_enabled %} ############################################################ # # -# Public Synapse Admin API (/_synapse/client) # +# Public Synapse Client API (/_synapse/client) # # # ############################################################ @@ -160,7 +160,7 @@ traefik.http.routers.matrix-synapse-public-client-synapse-client-api.tls.certRes ############################################################ # # -# /Public Synapse Admin API (/_synapse/client) # +# /Public Synapse Client API (/_synapse/client) # # # ############################################################ {% endif %}