fix(china-region): typo
This commit is contained in:
parent
5b5e5c0852
commit
9b6c2ff7ec
@ -78,10 +78,10 @@ export const chinaRegion: IField = {
|
||||
children: [
|
||||
{
|
||||
name: 'name',
|
||||
title: '{{t("Filename")}}',
|
||||
title: '{{t("Province/city/area name")}}',
|
||||
operators: operators.string,
|
||||
schema: {
|
||||
title: '{{t("Filename")}}',
|
||||
title: '{{t("Province/city/area name")}}',
|
||||
type: 'string',
|
||||
'x-component': 'Input',
|
||||
},
|
||||
|
@ -541,4 +541,5 @@ export default {
|
||||
"One to one (has one)": "One to one (has one)",
|
||||
"One to one (belongs to)": "One to one (belongs to)",
|
||||
"Use the same time zone (GMT) for all users": "Use the same time zone (GMT) for all users",
|
||||
"Province/city/area name": "Province/city/area name",
|
||||
}
|
||||
|
@ -604,4 +604,5 @@ export default {
|
||||
"One to one (has one)": "一对一(has one)",
|
||||
"One to one (belongs to)": "一对一(belongs to)",
|
||||
"Use the same time zone (GMT) for all users": "所有用户使用同一时区 (格林尼治标准时间)",
|
||||
"Province/city/area name": "省市区名称",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user