diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 39578bfd..cdcceaeb 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -32,7 +32,7 @@ const msg = { dashboards: "Dashboards", profiles: "Profiles", database: "Database", - mySQL: "MySQL", + mySQL: "MySQL/MariaDB", serviceName: "Service Name", technologies: "Technologies", generalServicePanel: "General Service Panel", diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index df736930..b4485f02 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -32,7 +32,7 @@ const msg = { dashboards: "Paneles", profiles: "Perfiles", database: "Base de Datos", - mySQL: "MySQL", + mySQL: "MySQL/MariaDB", serviceName: "Nombre Servicio", technologies: "Tecnologías", generalServicePanel: "Panel Servicio General", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 28c06f86..54f4f723 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -32,7 +32,7 @@ const msg = { dashboards: "仪表盘", profiles: "性能剖析", database: "数据库", - mySQL: "MySQL", + mySQL: "MySQL/MariaDB", serviceName: "服务名称", technologies: "技术", health: "健康",