This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new b7bcbf17 Fix incorrect virtual service names (#524)
b7bcbf17 is described below

commit b7bcbf17406d43190dc789f5bf6a782204e2ca27
Author: peachisai <[email protected]>
AuthorDate: Mon Feb 23 22:58:02 2026 +0800

    Fix incorrect virtual service names (#524)
---
 src/locales/lang/menus/en.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/locales/lang/menus/en.ts b/src/locales/lang/menus/en.ts
index d0264204..18c9b7f2 100644
--- a/src/locales/lang/menus/en.ts
+++ b/src/locales/lang/menus/en.ts
@@ -21,10 +21,10 @@ const titles = {
     "Observe services and relative direct dependencies through telemetry data 
collected from SkyWalking Agents.",
   general_service_services: "Services",
   general_service_services_desc: "Observe services through telemetry data 
collected from SkyWalking Agent.",
-  general_service_virtual_database: "Visual Database",
+  general_service_virtual_database: "Virtual Database",
   general_service_virtual_database_desc:
     "Observe the virtual databases which are conjectured by language agents 
through various plugins.",
-  general_service_virtual_cache: "Visual Cache",
+  general_service_virtual_cache: "Virtual Cache",
   general_service_virtual_cache_desc:
     "Observe the virtual cache servers which are conjectured by language 
agents through various plugins.",
   general_service_virtual_mq: "Virtual MQ",

Reply via email to