Skip to content

Commit 87fe760

Browse files
author
callblueday
committed
fix: 修复固件版本检查弹窗换行问题
1 parent 114ccac commit 87fe760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/update-tip/update-tip.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const messages = defineMessages({
1212
id: 'gui.matata.firmwareUpdate'
1313
},
1414
firmwareUpdateText: {
15-
defaultMessage: `检测到当前固件版本号为:10.11.12 {br} 版本不匹配,需要升级`,
15+
defaultMessage: '检测到当前固件版本号为:10.11.12 \n\n 版本不匹配,需要升级',
1616
description: '',
1717
id: 'gui.matata.firmwareUpdateText'
1818
},

0 commit comments

Comments
 (0)