From 7537a04398c2dcaffed1b6418d04ee414e0b9b45 Mon Sep 17 00:00:00 2001 From: 3octaves <873551943@qq.com> Date: Mon, 18 Nov 2024 16:23:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20redis=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E7=B1=BB=E5=9E=8B=E4=BC=A0=E5=80=BC=E5=8F=8A?= =?UTF-8?q?=E6=96=87=E6=A1=88=E4=BF=AE=E5=A4=8D=20#8015?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbm-ui/frontend/src/views/db-manage/redis/apply/common/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbm-ui/frontend/src/views/db-manage/redis/apply/common/const.ts b/dbm-ui/frontend/src/views/db-manage/redis/apply/common/const.ts index de5b19cce1..0f4f882964 100644 --- a/dbm-ui/frontend/src/views/db-manage/redis/apply/common/const.ts +++ b/dbm-ui/frontend/src/views/db-manage/redis/apply/common/const.ts @@ -69,7 +69,7 @@ export const redisClusterTypes = { image: TendisClusterImg, tipContent: { img: TendisClusterImg, - title: 'Tendisplus', + title: 'Redis Cluster', desc: t('原生 Redis Cluster'), }, },