diff --git a/frontend/src/views/setting/system/pluginManager/locale/en-US.ts b/frontend/src/views/setting/system/pluginManager/locale/en-US.ts index 73807c1bb7..cb70550230 100644 --- a/frontend/src/views/setting/system/pluginManager/locale/en-US.ts +++ b/frontend/src/views/setting/system/pluginManager/locale/en-US.ts @@ -39,7 +39,7 @@ export default { 'system.plugin.disablePluginContent': 'The project can not integrate with the platform and the default template of the platform is not available, be careful!', 'system.plugin.alertDescribe': - 'The MeterSphere v3.0 release supports plug-ins of DevOps、 API imports、 requests、 project management、 protocols、 and other types', + 'The MeterSphere v3.0 release supports DevOps、 API、 project management、 and database-driven plug-ins ', 'system.plugin.viewTable': 'View details', 'system.plugin.downAddress': 'Click the link to open a new page', 'system.plugin.goDownload': 'downloads', diff --git a/frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts b/frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts index 9565c806e6..d3d0bffb51 100644 --- a/frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts +++ b/frontend/src/views/setting/system/pluginManager/locale/zh-CN.ts @@ -61,7 +61,7 @@ export default { 'system.plugin.enablePluginSuccess': '启用成功', 'system.plugin.disablePluginContent': '项目无法与该平台集成且该平台默认模板不可用,谨慎操作!', 'system.plugin.alertDescribe': - 'MeterSphere v3.0 版本支持 DevOps、API 导入、请求、项目管理、协议 类型的插件,具体支持插件请', + 'MeterSphere v3.0 版本支持 DevOps、API、项目管理、数据库驱动 类型的插件,具体支持插件请', 'system.plugin.viewTable': '查看详情', 'system.plugin.downAddress': '点击新开网页打开链接', 'system.plugin.goDownload': '去下载',