diff --git a/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js b/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js index 90e1c94..247e4a2 100644 --- a/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js +++ b/src/main/resources/com/fanruan/fs/s3/repository/web/js/bundle.js @@ -2,7 +2,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) { items.push({ value: "S3", // 地址栏显示的hash值 id: "decision-intelligence-cluster-file-s3", // id - text: BI.i18nText(""), // 文字 + text: "S3", // 文字 cardType: "dec.intelligence.cluster.file.s3" }); return items;