diff --git a/ui/.github_release_version b/ui/.github_release_version index 6cde577fee..7c9dd7c444 100644 --- a/ui/.github_release_version +++ b/ui/.github_release_version @@ -1,3 +1,3 @@ # This file contains a version number which will be used to release assets to # GitHub. To trigger a new asset release, simply increase this version number. -20200603_1 +20200604_1 diff --git a/ui/lib/apps/SlowQuery/translations/zh-CN.yaml b/ui/lib/apps/SlowQuery/translations/zh-CN.yaml index acd35342f5..8efea0f50e 100644 --- a/ui/lib/apps/SlowQuery/translations/zh-CN.yaml +++ b/ui/lib/apps/SlowQuery/translations/zh-CN.yaml @@ -61,7 +61,7 @@ slow_query: cop_wait_addr_tooltip: 耗费最长时间等待 Coprocessor 请求的 TiKV 实例地址 txn_start_ts: 事务号 - txn_start_ts_tooltip: 事物开始的时间戳,也即是事物号 + txn_start_ts_tooltip: 事务开始的时间戳,也即是事务号 write_keys: 写入 Key 个数 write_size: 写入数据量 prewrite_regions: Prewrite 涉及 Regions 个数