From 5486e1792891df4cad76c15493ca1e26d85b9f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=B2=E4=B8=96?= Date: Sun, 28 Jul 2024 13:28:06 +0000 Subject: [PATCH] style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 傲世 --- docs/guide/other/incompatibleUpdate/v200.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/other/incompatibleUpdate/v200.md b/docs/guide/other/incompatibleUpdate/v200.md index 49ae4f2..2fbc4a9 100644 --- a/docs/guide/other/incompatibleUpdate/v200.md +++ b/docs/guide/other/incompatibleUpdate/v200.md @@ -129,7 +129,7 @@ All Done. Took 0.1295s | 原翻译`key` | 修改后新的`key` | 搜索关键词 | 替换值 | |--------------------------|--------------------------|---------------------------------|------------------| -| quick Search Placeholder | Quick search placeholder | `t('quick Search Placeholder'` | `t('Quick search placeholder'` | +| quick Search Placeholder | Quick search placeholder | `t('quick Search Placeholder'` | `t('Quick search placeholder')` | | updatetime | Update time | `t('updatetime')` | `t('Update time')` | | createtime | Create time | `t('createtime')` | `t('Create time')` | | operate | Operate | `t('operate')` | `t('Operate')` | -- Gitee