From 71cb3be1d0176c756925dabac34a0a42053f0369 Mon Sep 17 00:00:00 2001 From: Stefan Strigler Date: Tue, 7 Mar 2023 15:12:51 +0100 Subject: [PATCH] chore: fix translation --- changes/ce/fix-10085.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/fix-10085.zh.md b/changes/ce/fix-10085.zh.md index 3e2d809d4..059680efa 100644 --- a/changes/ce/fix-10085.zh.md +++ b/changes/ce/fix-10085.zh.md @@ -1 +1 @@ -对 `/authorization/sources/:source[/*] `中不存在的来源的所有请求一致地返回 `404`。 +如果向 `/authorization/sources/:source[/*]` 请求的 `source` 不存在,将一致地返回 `404`。