From e805e1838bd27bbe911bf08f6e803f05e95ed975 Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:04:21 +0200 Subject: [PATCH] Improve wording of the unauthenticated media deprecation box --- content/client-server-api/modules/content_repo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/content_repo.md b/content/client-server-api/modules/content_repo.md index a0138156..42a85822 100644 --- a/content/client-server-api/modules/content_repo.md +++ b/content/client-server-api/modules/content_repo.md @@ -49,8 +49,8 @@ mxc:/// Clients can access the content repository using the following endpoints. {{% boxes/added-in-paragraph %}} -{{< changed-in v="1.11" >}} Clients SHOULD NOT use the deprecated media endpoints -described below. Instead, they SHOULD use the new endpoints which require authentication. +{{< changed-in v="1.11" >}} Clients SHOULD NOT use the media endpoints marked as +deprecated below. Instead, they SHOULD use the new endpoints which require authentication. {{% /boxes/added-in-paragraph %}} {{% boxes/warning %}}