Commit 2584126dd7d44777c541ccdba72abdf5343c8f4e

Authored by xp.Huang
2 parents 00488076 c6f6d987

Merge branch 'fix/device-alarm' into 'main_dev'

fix: 修复告警批量处理按钮国际化不正确

See merge request yunteng/thingskit-front!1492
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -20,7 +20,7 @@ export default {
20 20 downloadText: 'Download',
21 21 isExport: 'Do you need to export',
22 22 batchDeleteText: 'Batch deletion',
23   - batchingText: 'Batching',
  23 + batchingText: 'Batch Processing',
24 24 handleText: 'Handle',
25 25 clearText: 'Clean up',
26 26 batchClearText: 'Batch Clearing',
... ...