bugfix
This commit is contained in:
parent
b269c9a341
commit
25036f57ec
@ -10,16 +10,16 @@ return {
|
||||
"widgettype": "Text",
|
||||
"options": {
|
||||
"text": id,
|
||||
"wrap": true,
|
||||
"wrap": True,
|
||||
"valign": "left"
|
||||
}
|
||||
},
|
||||
{
|
||||
"widgettype": "Text",
|
||||
"options": {
|
||||
"i18n": true,
|
||||
"i18n": True,
|
||||
"otext": "实例创建完成",
|
||||
"wrap": true,
|
||||
"wrap": True,
|
||||
"valign": "left"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user