更新 'src/geo/ui/tiles/tiles-view.js'

This commit is contained in:
zhongjin 2024-05-23 15:41:59 +08:00
parent cfe174098f
commit 48956b4acd

View File

@ -34,7 +34,7 @@ module.exports = View.extend({
render: function () {
this.$el.html(
template({
limits: Sanitize.html('Some tiles might not be rendering correctly.')
limits: Sanitize.html('某些地图瓦片可能无法正确渲染.')
})
);