From 2972353fcf9e977270b803505a61526b604e21ec Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 21 Jan 2025 20:10:46 +0800 Subject: [PATCH] fix: i18n --- ui/src/locales/lang/en-US/views/application.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/locales/lang/en-US/views/application.ts b/ui/src/locales/lang/en-US/views/application.ts index 6496479ca..b4fa563a3 100644 --- a/ui/src/locales/lang/en-US/views/application.ts +++ b/ui/src/locales/lang/en-US/views/application.ts @@ -13,7 +13,7 @@ export default { demo: 'Demo' }, delete: { - confirmTitle: 'Are you sure you want to delete this APP?', + confirmTitle: 'Are you sure you want to delete this APP: ', confirmMessage: 'Deleting this APP will no longer provide its services. Please proceed with caution.' },