Skip to content

Commit

Permalink
Fix the Issue of Incorrect i18n Property Name for maxWidth in Rich Text
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang committed Jan 2, 2025
1 parent 567042a commit df61237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/i18n/zh/modules/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module.exports = {
'3. CHAR: 将文本拆分为字符并且把字符纹理缓存到一张字符图集中进行复用,适用于字符内容重复并且频繁更新的文本内容。',
},
'maxWidth': {
displayName: '缓存模式',
displayName: '最大宽度',
tooltip: '富文本的最大宽度, 传 0 的话意味着必须手动换行。',
},
'lineHeight': {
Expand Down

0 comments on commit df61237

Please sign in to comment.